b2科目四模拟试题多少题驾考考爆了怎么补救
b2科目四模拟试题多少题 驾考考爆了怎么补救

pip_darkelf的专栏

电脑杂谈  发布时间:2016-04-26 21:47:48  来源:网络整理

你是否正在寻找关于pip的内容?让我把最受欢迎的东西奉献给你:

用官方的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’)

不过, 可以看到原因了, 根据 的方法
重新安装curl的证书:

$ wget .haxx.se/ca/cacert.pem $ mv cacert.pem ca-bundle.crt $ sudo cp ca-bundle.crt /etc/pki/tls/certs/

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

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

以上就是关于pip的全部内容,相信你一定会非常满意,。


本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-3024-1.html

    相关阅读
      发表评论  请自觉遵守互联网相关的政策法规,严禁发布、暴力、反动的言论

      热点图片
      拼命载入中...