Command errored out with exit status 128: git clone -q https://github.com/facebookresearch/fvcore.git 'C:UsersLeeHAppDataLocalTemppip-req-build-zeyccnjo' Check the logs for full command output.
ERROR: Command errored out with exit status 128: git clone -q https://github.com/facebookresearch/fvcore.git 'C:UsersLeeHAppDataLocalTemppip-req-build-zeyccnjo' Check the logs for full command output.
解决方案:遇到类似的错误,只需要把https换成git
举例:安装fvcore时:pip install git+https://github.com/facebookresearch/fvcore.git 就会以上错误,那么把命令换成 pip install git+git://github.com/facebookresearch/fvcore.git 即可。
如果解决了你的问题,给我评论个nb。



