-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
Hello,
I am new to MARLLIB and trying to install it by following official documentation installation guide
However, it always fails on installing requirement step, specifically failing on installing gym
pip install -r requirements.txt
Collecting gym==0.20.0 (from -r requirements.txt (line 15))
Using cached gym-0.20.0.tar.gz (1.6 MB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
\anaconda3\envs\marllib\lib\site-packages\setuptools\_distutils\dist.py:261: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
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.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I am using a new conda env and did exactly as it is on MARLlib Installation guide. Is it because the gym is outdated?
Would appreciate your help!
Thanks
Metadata
Metadata
Assignees
Labels
No labels