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

gym==0.21.0 is deprecated #13

Open
karsmars opened this issue Sep 24, 2023 · 1 comment
Open

gym==0.21.0 is deprecated #13

karsmars opened this issue Sep 24, 2023 · 1 comment

Comments

@karsmars
Copy link

The current required version of gym is 0.21.0, which is already deprecated and will result in errors while installed by the latest pip and setuptools. Please take a look at these examples for more info.

Please consider updating the gym requirement to a newer version.

@BurgerAndreas
Copy link

BurgerAndreas commented Nov 15, 2023

I found that the following workaround worked:

git clone https://github.com/MineDojo/MineDojo && cd MineDojo
pip install git+https://github.com/openai/gym.git@9180d12e1b66e7e2a1a622614f787a6ec147ac40

and edit MineDojo/requirements.txt

setuptools==65.5.0
wheel==0.38.4
# gym==0.21.0 # this version contains a typo

proceed as normal

pip install -e .
python ./scripts/validate_install.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

2 participants