python 安装库失败笔记

在Linux虚拟机中使用MobaXterm连接到学院的服务器,由于校园网的认证限制,导致在尝试安装openpyxl库时出现SSL证书验证失败的错误,从而无法访问pypi.org获取openpyxl的版本信息。问题在于服务器能够连接局域网但无法连通外部网络,因此需要解决网络连接问题以完成openpyxl的安装。
摘要由CSDN通过智能技术生成

linux虚拟机,通过MobaXterm连接

学院布设的服务器,联网需要通过校园网的认证登录

在安装openpyxl时报错:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),)': /simple/openpyxl/

以及:

Could not fetch URL https://pypi.org/simple/openpyxl/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/openpyxl/ (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),)) - skipping
ERROR: Could not find a version that satisfies the requirement openpyxl (from versions: none)
ERROR: No matching distribution found for openpyxl
 

原因:服务器没有连接上网络,或者说只是局域网上联通,但无法连接外部网络

解决方法:显而易见,联网

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值