pip 安装 443

Could not fetch URL https://pypi.org/simple/meson/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/meson/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

1.第一种尝试方式:直接下载get-pip.py文件,执行命令python get-pip.py 结果是:失败

2.第二种尝试方式:加上--trusted-host 执行 pip install xrld -i https://pypi.org/simple --trusted-host pypi.org 结果是:失败

3.第三种尝试:发现是url的来源的问题,换成了国内的pip源就可以正常安装了:pip3 install meson-i http://pypi.douban.com/simple --trusted-host pypi.douban.com

1)http://mirrors.aliyun.com/pypi/simple/阿里云

2)https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学

3)http://pypi.douban.com/simple/豆瓣

4)https://pypi.tuna.tsinghua.edu.cn/simple/清华大学

5)http://pypi.mirrors.ustc.edu.cn/simple/中国科学技术大学

©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容