pip安装软件正确姿势

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip安装软件正确姿势相关的知识,希望对你有一定的参考价值。


问题

xs@xs:~/project/report-api_gd$ pip install raven==6.1.0
Collecting raven==6.1.0
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by NewConnectionError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7fca55b682d0>: Failed to establish a new connection: [Errno 101] \\xe7\\xbd\\x91\\xe7\\xbb\\x9c\\xe4\\xb8\\x8d\\xe5\\x8f\\xaf\\xe8\\xbe\\xbe,): /simple/raven/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by NewConnectionError(<urllib3.connection.VerifiedHTTPSConnection object at 0x7fca55b687d0>: Failed to establish a new connection: [Errno 101] \\xe7\\xbd\\x91\\xe7\\xbb\\x9c\\xe4\\xb8\\x8d\\xe5\\x8f\\xaf\\xe8\\xbe\\xbe,): /simple/raven/
 

解决方法

指定安装源

pip install raven==6.1.0 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

或者

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn pymysql

 

其他国内源

豆瓣(douban) ​​http://pypi.douban.com/simple/​

阿里云 ​​http://mirrors.aliyun.com/pypi/simple/​​​ 中国科技大学 ​​https://pypi.mirrors.ustc.edu.cn/simple/​​  

以上是关于pip安装软件正确姿势的主要内容,如果未能解决你的问题,请参考以下文章

mac上安装virtualenvwrapper的正确姿势

流行开源软件云上体验周 ——一种正确的云上开源软件体验姿势!

[py]py3/pip/mysql环境安装

Centos7使用yum安装MySQL5.6的正确姿势

阿里云Centos7使用yum安装MySQL5.6.24的正确姿势

ubuntu下pip安装模块到正确位置