美文网首页
pip 安装包报错处理及更换国内源地址

pip 安装包报错处理及更换国内源地址

作者: 卫彬TM | 来源:发表于2020-07-07 14:23 被阅读0次
image.png
处理措施:
pip install fire -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

pip国内源地址:

[阿里云](http://mirrors.aliyun.com/pypi/simple/)
[中国科技大学]((https://pypi.mirrors.ustc.edu.cn/simple/)
 [豆瓣(douban)](http://pypi.douban.com/simple/) 
[清华大学](https://pypi.tuna.tsinghua.edu.cn/simple/)
[中国科学技术大学](http://pypi.mirrors.ustc.edu.cn/simple/)
  • 更换国内源地址
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

相关文章

网友评论

      本文标题:pip 安装包报错处理及更换国内源地址

      本文链接:https://www.haomeiwen.com/subject/pivaqktx.html