-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Problem with google colab #1406
Comments
Hello, Should be solved by #1327 |
The the module is not installed in the above case, and colab will not run. #1327 solves the problem, thank you |
I found this issue is caused by SB3 using gym version 0.21.0. When I tried to install this version using This is my forked and modified repository of SB3: |
yes, SB3 pins gym version as later version have some breaking changes. If you want to use latest gym version or gymnasium, please take a look at #1327.
When I try to reproduce the error, setuptools fallback to legacy install and I can import the correct gym version afterward. Doing install in verbose mode
|
When I tried to install imitation package, I got the same error. How to fix that |
Please read #1406 (comment) |
There seems to be a problem installing the package to google colab, which was still working as of 21st-Mar-2023
Please advise
The text was updated successfully, but these errors were encountered: