dopamine icon indicating copy to clipboard operation
dopamine copied to clipboard

ImportError: cannot import name 'isin' from 'jax._src.numpy.lax_numpy'

Open FelipeMartins96 opened this issue 2 years ago • 0 comments

Following the getting started steps for installing dopamine from source on a python3.10 virtual environment, I got the following error:

ImportError: cannot import name 'isin' from 'jax._src.numpy.lax_numpy'

this stackoverflow question has information on the same problem; in my environment, the flax version installed was 0.3.6, and updating it to the most recent (0.4.2) solved this issue. However, I could not attempt further tests if only updating the flax version o requirements is possible

FelipeMartins96 avatar May 18 '22 19:05 FelipeMartins96