你是否正在寻找关于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的证书:
然后再执行sudo easy_intall pip 就成功了
p.s.
后来再另一台机器上用pip 装simplejson同样上述失败,然后更新证书, 再安装simplejson 成功
以上就是关于pip的全部内容,相信你一定会非常满意,。
本文来自电脑杂谈,转载请注明本文网址:
http://www.pc-fly.com/a/tongxinshuyu/article-3024-1.html
我必犯人
有点强迫症想升