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

Unit 1: Requirements.txt Install Fails for gym #253

Closed
mattsthilaire opened this issue Mar 23, 2023 · 1 comment
Closed

Unit 1: Requirements.txt Install Fails for gym #253

mattsthilaire opened this issue Mar 23, 2023 · 1 comment

Comments

@mattsthilaire
Copy link

When running the install for requirements.txt:

!pip install -r https://raw.githubusercontent.com/huggingface/deep-rl-class/main/notebooks/unit1/requirements-unit1.txt

The installs fail the same way described in this issue described in gym's repo: openai/gym#3176

The suggested fix of doing !pip3 install setuptools==65.5.0 works when using in colab. Suggest installing this version of setuptools in the requirements.txt.

@simoninithomas
Copy link
Member

Thanks a lot for the fix 🤗 we merged it. I'm closing this issue then

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