-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
[Bug Report] Version 0.21 could not be installed. #3176
Comments
It appears to be incompatible with your version of setuptools. |
What is the maximum version of setuptools allowed? As v0.21 is 2 years old, there are no plan to make a new release |
From setuptools: pypa/setuptools#3801 pip3 install setuptools==65.5.0 |
I have the same issue and it's odd because we have been using Btw, I also can't access the release notes for 0.21: https://github.com/openai/gym/releases/tag/0.21.0 |
It looks like You forgot a |
I have this problem too, which version of GYM supports a higher version of |
Seems like this was an intentional change of |
I had the same issue and then even with downgrading setuptools I could not fix the problem because it kept getting killed. However, downgrading the setup tools and then bypassing the cache with pip install stable-baselines3[extra] --no-cache-dir finally worked for me. |
I have successfully resolved the installation issue with gym-0.21.0 by manually downloading and modifying the source code. Download the gym-0.21.0.tar.gz file from PyPI. |
for the ones who have still some problems, check here: #3211 |
Describe the bug
I got the following error while trying to install stable baselines 3
Checking the setup.py of stable baselines 3, it was supposed to install gym version 0.21, so when I tried to install gym version 0.21 separately, the same error came out.
how do i solve it?
Code example
System Info
I installed with pip install gym==0.21 from docker on ubuntu 22.04 distro with wsl2 on windows 11.
docker base image is also ubuntu 22.04
Python version is 3.10.6.
Checklist
The text was updated successfully, but these errors were encountered: