当前位置:   article > 正文

【踩坑日记1】pip install git+https://github.com/xxx/xxx替换成本地下载编译安装解决网络超时问题

pip install git+

解决方法:

  1. 将https://github.com/xxx/xxx中的代码克隆下来
git clone https://github.com/xxx/xxx.git
  • 1
  1. 进入克隆的文件夹
cd XXX
  • 1
  1. 安装包
pip setup.py install
或
pip install .
  • 1
  • 2
  • 3

参考:

https://blog.csdn.net/qq_38308388/article/details/134582143

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/546103
推荐阅读
相关标签
  

闽ICP备14008679号