Hi guys, has anyone seen/know how to resolve the error with generating metadata while compliling?
I get it on the "python -m pip install ." on both linux and windows
Any tips/directions will be highly appreciated.
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]
C:\Users\Shadow\dev\football-env\Lib\site-packages\setuptools\_distutils\dist.py:289: 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.
Hi guys, has anyone seen/know how to resolve the error with generating metadata while compliling?
I get it on the "python -m pip install ." on both linux and windows
Any tips/directions will be highly appreciated.