linyiLYi / street-fighter-ai

This is an AI agent for Street Fighter II Champion Edition.
Apache License 2.0
6.3k stars 1.36k forks source link

运行pip install -r requirements.txt之后出现Error #66

Closed augustunbear closed 1 year ago

augustunbear commented 1 year ago

pip install -r requirements.txt Collecting gym==0.21.0 (from -r requirements.txt (line 1)) Using cached gym-0.21.0.tar.gz (1.5 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] 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]

augustunbear commented 1 year ago

pip3 install setuptools==65.5.0

解决方案参考这里