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 install gym fails on modern setuptools #817

Open
ChrisCummins opened this issue Aug 22, 2023 · 0 comments
Open

pip install gym fails on modern setuptools #817

ChrisCummins opened this issue Aug 22, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@ChrisCummins
Copy link
Contributor

The build step pip install -U 'gym>=0.18.0,<0.21' fails on setuptools 68.0.0 with error:

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.

Workaround:

pip install -U 'setuptools==50.0.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant