zoukankan      html  css  js  c++  java
  • python 通过get-pip.py 安装 pip时报错 ERROR: No matching distribution found for pip

    执行python get-pip.py报错:

    Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘pypi.org’, port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”)) - skipping
    ERROR: Could not find a version that satisfies the requirement pip
    ERROR: No matching distribution found for pip

    更换镜像地址解决:
    python3 get-pip.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

    文章出处:http://www.cnblogs.com/aaron-agu/ 只有毅力和决心才能使人真正具有价值!
  • 相关阅读:
    反射自动填充model
    source control tool
    项目管理案例分析
    IOC
    js framework
    WPF 难点内容
    WPF MVVM
    NewSQL
    软件部门员工考核
    JavaScript 中级
  • 原文地址:https://www.cnblogs.com/aaron-agu/p/15508171.html
Copyright © 2011-2022 走看看