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

Fix gym==0.21.0 installation by specifying setuptools and wheel versions #1

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

MTDickens
Copy link

This pull request addresses the installation issue with gym==0.21.0 by specifying precise versions for setuptools and wheel in the requirements.

Changes made:

  • Added specific versions for setuptools and wheel in the requirements file.

Rationale:

  1. setuptools version:

  2. wheel version:

These changes should allow for the successful installation of gym==0.21.0 without encountering version conflicts or compatibility issues.

Please review and test these changes to ensure they resolve the installation problem as intended.

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

Successfully merging this pull request may close these issues.

1 participant