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/ 只有毅力和决心才能使人真正具有价值!
  • 相关阅读:
    latex
    anaconda
    git stash
    YOLO训练Pedestrain
    OpenCL C
    OpenCL
    OpenVX
    caffe源码阅读
    居住证积分查询地址
    jdk 1.8内存逐步增大的一个bug
  • 原文地址:https://www.cnblogs.com/aaron-agu/p/15508171.html
Copyright © 2011-2022 走看看