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

2020-07-07  本文已影响0人  卫彬TM
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/
上一篇下一篇

猜你喜欢

热点阅读