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

Pip installation problem #1

Open
Bavaroff258 opened this issue Mar 7, 2024 · 3 comments
Open

Pip installation problem #1

Bavaroff258 opened this issue Mar 7, 2024 · 3 comments

Comments

@Bavaroff258
Copy link

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.

@yannbouteiller
Copy link
Collaborator

yannbouteiller commented Mar 7, 2024

Hi, this is most likely the same pip/setuptools version issue as described here.

pip install setuptools==65.5.0 pip==21  # gym 0.21 installation is broken with more recent versions
pip install wheel==0.38.0

should fix it.

@yannbouteiller
Copy link
Collaborator

I tried creating an up-to-date conda environment, cloned the rlrd repo and installed it with pip install -e ., but could not reproduce the issue, the installation went smoothly.

Setuptools is 68.2.2, pip is 23.3.1 and python is 3.10.14

@LucMc
Copy link

LucMc commented Sep 17, 2024

I had the same issue and it was resolved by changing the gym version in the setup.py

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

3 participants