pip3 install 无法安装,出现ssl无法认证的问题

问题

Could not fetch URL https://pypi.org/simple/colour-demosacing/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/colour-demosacing/ (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1091)'))) - skipping
 

原因:这个错误表明在尝试通过 HTTPS 连接到 pypi.org 安装 Python 包时,SSL 证书验证失败。错误信息指出证书“尚未有效”,这通常是因为系统的时间设置不正确,导致验证过程中认为证书还未生效

解决方法:

忽略 SSL 证书验证 (不推荐,除非你完全信任源并且处于受控环境中)

如果上述方法无效,且你确定源是可信的,可以暂时跳过 SSL 证书验证。

pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org colour-demosaicin

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值