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 build step pip install -U 'gym>=0.18.0,<0.21' fails on setuptools 68.0.0 with error:
error in gym setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
Workaround:
pip install -U 'setuptools==50.0.0'
The text was updated successfully, but these errors were encountered:
The build step
pip install -U 'gym>=0.18.0,<0.21'
fails on setuptools 68.0.0 with error:Workaround:
The text was updated successfully, but these errors were encountered: