zoukankan      html  css  js  c++  java
  • python3.6 SSL module is not available

    pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
    Collecting requests
    Could not fetch URL https://pypi.python.org/simple/requests/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
    Could not fetch URL https://www.piwheels.hostedpi.com/simple/requests/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
    Could not find a version that satisfies the requirement requests (from versions: )
    No matching distribution found for requests

    修改 ~/.pip/pip.conf文件

    [global] index-url = http://mirrors.aliyun.com/pypi/simple/  #可以手工指定是http的或者https的  [install] trusted-host=mirrors.aliyun.com
  • 相关阅读:
    Struts2-result配置结果视图
    Struts2 -action处理业务请求
    struts 2
    mvc模式
    vue之webpack安装配置vue
    vue之webpack
    文件上传
    LinkedList详解
    ArrayList详解
    HashMap详解
  • 原文地址:https://www.cnblogs.com/ianduin/p/8570123.html
Copyright © 2011-2022 走看看