在安装 git+github 网页时出现如下错误:
ERROR: Command errored out with exit status 128: git clone -q https://github.com/Z-Zheng/SimpleCV.git 'C:\Users\LPR\AppData\Local\Temp\pip-req-build-2f5vq7ho' Check the logs for full command output.
解决办法:
将 https://github.com/Z-Zheng/SimpleCV.git改为http://github.com/Z-Zheng/SimpleCV.git
即将https改为http
# 原本是
pip install --upgrade git+https://github.com/Z-Zheng/SimpleCV.git
# 现在是
pip install --upgrade git+http://github.com/Z-Zheng/SimpleCV.git
运行成功:
文章来源:https://www.toymoban.com/news/detail-772298.html
文章来源地址https://www.toymoban.com/news/detail-772298.html
到了这里,关于解决ERROR: Command errored out with exit status 128: git clone -q https://github.com/Z-Zheng/SimpleCV.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!