-
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
Cannot run notebook examples on Colab #141
Comments
That sounds like #118 all over again. I added a
Somehow jaxsim 0.1.* is installed instead of 0.2.0 . Probably we can remove |
This is the output of
I think that the problem is that colab has Python 3.10, and jaxsim >= 0.2.0 (that fix the compatibility with jax 0.4.25) required Python 3.11 (see #67). I guess the possible choices are:
|
The library does unofficially support python 3.10. To make it "official", we just need to change a line in the |
The notebooks https://colab.research.google.com/github/ami-iit/jaxsim/blob/main/examples/PD_controller.ipynb and https://colab.research.google.com/github/ami-iit/jaxsim/blob/main/examples/Parallel_computing.ipynb stop at the first cell for an
ImportError
:The text was updated successfully, but these errors were encountered: