We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, I am facing issues while directly installing requirements.txt using pip.
requirements.txt
According to some online sources, I need to specify gym==0.20.0 at the top line of requirements.txt to make it work properly.
gym==0.20.0
Additionally, based on the following issue:
openai/gym#3176 (comment)
I need to downgrade to setuptools==65.5.0 and pip==21 in order to install it successfully.
setuptools==65.5.0
pip==21
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, I am facing issues while directly installing
requirements.txt
using pip.According to some online sources, I need to specify
gym==0.20.0
at the top line of requirements.txt to make it work properly.Additionally, based on the following issue:
openai/gym#3176 (comment)
I need to downgrade to
setuptools==65.5.0
andpip==21
in order to install it successfully.The text was updated successfully, but these errors were encountered: