当前位置:首页 » 《随便一记》 » 正文

解决:pip is configured with locations that require TLS/SSL,the ssl module in Python is not available

0 人参与  2024年05月16日 15:07  分类 : 《随便一记》  评论

点击全文阅读


Windows版

        出错提示表示当前python缺少SSL模块,pip默认安装源为https://pypi.org/simple/,连接是需要SSL库,写配置文件修改为阿里安装源。

pip config --global set global.index-url http://mirrors.aliyun.com/pypi/simple/

        观察到配置被写入以下文件:

        记事本打开pip.ini文件,在末行添加

[install]trusted-host = mirrors.aliyun.com

        重新pip即可成功。


点击全文阅读


本文链接:http://zhangshiyu.com/post/109557.html

<< 上一篇 下一篇 >>

  • 评论(0)
  • 赞助本站

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

关于我们 | 我要投稿 | 免责申明

Copyright © 2020-2022 ZhangShiYu.com Rights Reserved.豫ICP备2022013469号-1