You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Following the getting started steps for installing dopamine from source on a python3.10 virtual environment, I got the following error:
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
The text was updated successfully, but these errors were encountered: