-
Notifications
You must be signed in to change notification settings - Fork 38
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
Installation conflict of robosuite version and numba version #2
Comments
Thank you for pointing that out! We found that it is very difficult to use a single |
Great! Look forward to your update:) Thanks again. |
Hi, we have fixed the environment incompatibility issue in the latest commit and provided a more user-friendly installation tutorial. I'll close this issue, feel free to re-open it if there are more issues! |
It works! Many thanks. |
Hi. Thanks for your great work!
Now I'm installing the dependencies by
pip install -r requirements.txt
and I run into an error asERROR: Cannot install -r requirements.txt (line 24) and numba==0.56.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested numba==0.56.0 robosuite 1.2.0 depends on numba<=0.53.1 and >=0.52.0
Besides, due to gym 0.21.0 bugs
error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
, I've downgraded setuptools and pip to setuptools==65.5.0 and pip==21, following openai/gym#3176 (comment).The text was updated successfully, but these errors were encountered: