You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: