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
I am trying to run the demo, but failed with: ImportError: cannot import name 'config' from 'jax.config' (.../envs/jax-am/lib/python3.9/site-packages/jax/config.py)
It seems to be an error from mismatched (i.e., newer) jax version, and I find the required packages in setup.py just decalre the package name without detailed version.
So it would be better to specify the package version in setup.py?
The text was updated successfully, but these errors were encountered:
I am trying to run the demo, but failed with: ImportError: cannot import name 'config' from 'jax.config' (.../envs/jax-am/lib/python3.9/site-packages/jax/config.py)
It seems to be an error from mismatched (i.e., newer) jax version, and I find the required packages in
setup.py
just decalre the package name without detailed version.So it would be better to specify the package version in setup.py?
The text was updated successfully, but these errors were encountered: