Skip to content
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

[Question] Install gym 0.19.0 on google colab. #3283

Open
sufiah59 opened this issue Aug 12, 2024 · 1 comment
Open

[Question] Install gym 0.19.0 on google colab. #3283

sufiah59 opened this issue Aug 12, 2024 · 1 comment

Comments

@sufiah59
Copy link

Hi. I'm trying to install gym 0.19.0 in google colab as it is the requirement for previous project but failed to do so.
Same goes for gym 0.20.0 and 0.21.0.
I managed to install for 0.22.0 but it could not run the rest of the project.
May I know how to install gym 0.19.0 on google colab?
Thank you.

@sprakashdash
Copy link

Hello, an older gym version can be installed after downgrading setuptools and pip.
Run this: pip install setuptools==65.5.0 pip==21
And then install gym: pip install gym==0.19.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants