pip安装出现Python中的SSL模块不可用的问题,pip is configured with locations that require TLS/SSL,

[root@yueshen-2 other]# pip3 install runlike
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/runlike/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/runlike/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/runlike/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/runlike/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/runlike/
Could not fetch URL https://pypi.org/simple/runlike/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/runlike/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping
ERROR: Could not find a version that satisfies the requirement runlike (from versions: none)
ERROR: No matching distribution found for runlike
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
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("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

检查openssl版本

[root@yueshen-2 openssl]# ssh -V
OpenSSH_8.0p1, OpenSSL 1.1.1k  FIPS 25 Mar 2021
[root@yueshen-2 openssl]#  openssl version
OpenSSL 1.1.1k  FIPS 25 Mar 2021

如果没有,或者版本过低,就需要安装openssl,一搜有很多都是重装/升级openssl的。

哪些大部分都是安装openssl1.1.1d,但我的机器上openssl 1.1.1k比他们的1.1.1d还要新。

后来发现是python的安装需要指定openssl的模块。

首先查询本机的openssl的目录在那,一般在/usr/local/openssl

回到python目录重新执行安装python的操作,加上参数 --with-openssl=/usr/local/openssl

我本机的是:./configure --prefix=/usr/local/software/python/ --with-openssl=/usr/local/openssl

[root@yueshen-2 Python-3.9.10]# ./configure --prefix=/usr/local/software/python/ --with-openssl=/usr/local/openssl
[root@yueshen-2 Python-3.9.10]# make
[root@yueshen-2 Python-3.9.10]# make install

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值