PKU-MARL / HARL

Official implementation of HARL algorithms based on PyTorch.
520 stars 64 forks source link

安装依赖项出现错误 #11

Closed zkzfor closed 1 year ago

zkzfor commented 1 year ago

使用命令“pip install torch pymap3d jsbsim==1.1.6 geographiclib gym==0.21.0 wandb icecream setproctitle”时报错:

Collecting gym==0.21.0
  Using cached https://mirrors.cloud.aliyuncs.com/pypi/packages/4b/48/920cea66177b865663fde5a9390a59de0ef3b642ad98106ac1d8717d7005/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]

  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
guazimao commented 1 year ago

Could you tell me the version of Python you are using? I think you may need to downgrade the default setuptools and wheel versions.

!pip install setuptools==65.5.0 wheel==0.38.4