Python pip 无法安装模块提示Could not find a version that satisfies the requirement

在初学Python时遇到pip安装模块时的SSL错误,提示无法找到满足需求的版本。错误源于SSL证书确认问题。快速解决方案包括:1) 使用国内镜像源,如阿里云,命令示例:`pip install pillow -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com`;2) 创建并配置pip的ini文件,将文件放在localappdata下的AppData\Roaming\pip目录。
摘要由CSDN通过智能技术生成

最近初学Python, 安装第三方软件的时候总是出现下面得提示错误:

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(SSLError(1,
‘[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1123)’))) - skipping
ERROR: Could not find a version that satisfies the requirement pip
ERROR: No matching distribution found for pip

在这里插入图片描述
最快的解决办法:
1. 使用国内镜像:

附:镜像源
阿里云 http://mirrors.aliyun.com/pypi/simple/

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

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

Python官方 https://pypi.python.org/simple/

v2ex http://pypi.v2ex.com/simple/

中国科学院 http://pypi.mirrors.opencas.cn/simple/

清华大学 ht

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值