解决pip 安装失败

转自:http://blog.csdn.net/kevin_darkelf/article/details/49161067


用官方的get-pip.py安装 pip失败, 报类似

InsecurePlatformWarning 
Could not find a version that satisfies the requirement ** (from versions: ) 
No matching distribution found for simpejson

的错, 没有找到具体原因. 
尝试用 easy_install 安装pip , 报错:

Reading https://pypi.python.org/simple/pip/ Download error on 
https://pypi.python.org/simple/pip/: [SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed (_ssl.c:581) – Some packages may not be 
found! Couldn’t find index page for ‘pip’ (maybe misspelled?) Scanning 
index of all packages (this may take a while) Reading 
https://pypi.python.org/simple/ Download error on 
https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] 
certificate verify failed (_ssl.c:581) – Some packages may not be 
found! No local packages or download links found for pip error: Could 
not find suitable distribution for Requirement.parse(‘pip’)

不过, 可以看到原因了, 根据 http://blog.chinaunix.net/uid-26000296-id-4769414.html 的方法 
重新安装curl的证书:

$ wget http://curl.haxx.se/ca/cacert.pem
$ mv cacert.pem ca-bundle.crt
$ sudo cp ca-bundle.crt /etc/pki/tls/certs/
 
 
  • 1
  • 2
  • 3
  • 1
  • 2
  • 3

然后再执行sudo easy_intall pip 就成功了

p.s. 
后来再另一台机器上用pip 装simplejson同样上述失败,然后更新证书, 再安装simplejson 成功


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值