ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoap

阅读 224

2022-02-18

ERROR: Command errored out with exit status 128: git clone -q https://github.com/philferriere/cocoapi.git 'C:\Users\YANG\AppData\Local\Temp\pip-req-build-tbyaa9iq' Check the logs for full command output.

将github网页中的http:// 或https:// 换成git://

将
pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI


换成
pip install git+git://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI

 

精彩评论(0)

0 0 举报