-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package jaxsim pulled from conda-forge raises error because of conflct with new Jax update #118
Comments
Hi @lorycontixd, thanks for reporting! Yes you are right, We are soon releasing a new |
I guess that in the case of the In that the installation is basically:
|
That file is pretty new and currently is used only by ReadTheDocs. It should contain all the JaxSim dependencies, yes, thanks for pointing that out, it's a good idea. We should include this information in the new README of the |
Should get fixed by conda-forge/jaxsim-feedstock#2. |
PR merged, closing |
Great! |
The dependency from Jax listed in the environment.yml file is not correct for a conda-forge installation, as it conflicts with a newer update of the Jax library.
Error
The error is:
ImportError: cannot import name 'config' from 'jax.config'
from file
src/jaxsim/__init__.py: line 9
How to reproduce
conda list
:Possible solution
Require jax version to be < 0.4.25 in environment.yml
The text was updated successfully, but these errors were encountered: