更新pip时报错,Could not fetch URL https://mirrors.ustc.edu.cn/pypi/web/simple/

在尝试更新conda环境中的pip到最新版本时遇到错误,系统提示SSL证书验证失败。使用镜像源http://pypi.douban.com/simple进行升级后,确认pip已更新至21.3.1版。然而,最初安装scipy包时仍然存在证书验证错误,导致安装失败。
摘要由CSDN通过智能技术生成

我重新创建新的conda环境后,开始安装一些包,系统提示:

You are using pip version 9.0.1, however version 23.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

但是直接使用 python -m pip install --upgrade pip 是无法更新的,报错:

Could not fetch URL https://mirrors.ustc.edu.cn/pypi/web/simple/scipy/: There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) - skipping
  Could not find a version that satisfies the requirement scipy (from versions: )
No matching distribution found for scipy

 于是要使用镜像源去更新pip:

python -m pip install --upgrade pip -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

结果:You are using pip version 21.3.1

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值