项目场景:
安装QMIX使用的依赖项https://github.com/oxwhirl/pymarl#installation-instructions
问题描述
提示:这里描述项目中遇到的问题:
报错内容:
fatal: unable to access 'https://github.com/oxwhirl/smac.git/': OpenSSL SSL_read: Connection was reset, errno 10054
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/oxwhirl/smac.git 'C:\Users\Lenovo\AppData\Local\Temp\pip-req-build-2_rrt0pa' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× git clone --filter=blob:none --quiet https://github.com/oxwhirl/smac.git 'C:\Users\Lenovo\AppData\Local\Temp\pip-req-build-2_rrt0pa' did not run successfully.
│ exit code: 128
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
解决方案:
在命令行中执行
git config --global --unset http.proxy
git config --global --unset https.proxy
在cmd下命令执行 ipconfig/flushdns
清理dns缓存