-
Notifications
You must be signed in to change notification settings - Fork 54
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
Error in gym setup command: 'extras_require' #143
Comments
@ethan-alderson Hi, thank you for opening an issue. |
Hey @ethan-alderson, did you have any luck with this issue? |
Yep, had some clashing dependencies, worked in a fresh virtual environment! |
I'm reopening this issue and will keep it open as it is recurring and other users might face it until the gym setup stuff is ironed out. Also pinned it. |
For other users that run into this issue, i investigated further, and apart from setup tools version, pip version also interferes with gym installation. If
This modifies the user's environment unfortunately. We will investigate (#147) into changing our gym dependency to gymnasium (see also this). |
Removed pip from build-system, shouldn't work either way Trying forcing pip version Trying forcing pip version Removing install_requires Problem seems to originate from pip version Trying setuptools in install_requires again Testing installing setuptools before requirements Removed setuptools from setup.py, doesn't seem to make much sense Testing forcing setuptools version in pyproject.toml Testing setuptools in install_requires Testing setup_requires in setup.py Run tests
Removed pip from build-system, shouldn't work either way Trying forcing pip version Trying forcing pip version Removing install_requires Problem seems to originate from pip version Trying setuptools in install_requires again Testing installing setuptools before requirements Removed setuptools from setup.py, doesn't seem to make much sense Testing forcing setuptools version in pyproject.toml Testing setuptools in install_requires Testing setup_requires in setup.py Run tests
Running into this error when attempting pip install deepbots, I have upgraded pip, installed gym as a dependency, and am running Python 3.11.3. Am running into the same issue on other machines when attempting the same install.
The text was updated successfully, but these errors were encountered: