pip安装包,遇到ssl错误问题

本文解决了一个在使用pip安装odrive时遇到的SSL证书验证失败的问题,通过添加--trusted-host参数成功安装了软件包。适用于Python 3.7及更高版本。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

SSL(Secure Sockets Layer 安全套接层)

pip 安装 odrive时

pip install odrive  

出现以下报错:

Could not install packages due to an EnvironmentError: 
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url:
 /packages/15/77/66385527151644bab9ff99f5fc4d2a6d6a2eb051e8ce3757d59483ed0a24/odrive-0.4.11.tar.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: 
CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)')))

            当前python版本是3.7,网上查找说是python高版本需要验证ssl,可以添加--trusted-host domain来解决;

命令变为:

pip install --trusted-host files.pythonhosted.org odrive

可成功安装;

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值