python ssl module_Python升级后ssl模块不可用问题解决和浅析

在CentOS 7.5上升级Python到3.6.6后,遇到ssl模块不可用的问题。错误源于Python无法找到SSL模块。解决方案包括检查openssl的安装情况,发现需要安装openssl-devel以提供缺失的头文件和库。安装完成后,修改Python源码目录中的Modules/Setup.dist文件,指定SSL路径为/usr/include/openssl,重新编译安装Python后问题得到解决。
摘要由CSDN通过智能技术生成

在Cent0S 7.5下将Python 2.7.5升级到Python 3.6.6后,发现ssl模块不可用,具体详细信息如下所示:

[root@db-server ~]# pip listPackage    Version---------- -------pip        19.2.3setuptools 39.0.1WARNING: 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[root@db-server ~]# python -VPython 3.6.6>>> import sslTraceback (most recent call last):File "", line 1, in File "/usr/local/lib/python3.6/ssl.py", line 101, in import _ssl             # if we can't import it, let the error propagateModuleNotFoundError: No module named '_ssl'>>>>>> import socket>>> hasattr(socket,"SSL")False>>>

检查发现openssl包已经安装了,然后按照网上的文章,修改Modules/Setup.dist中,找到SSL配置部分,如下截图所示

[root@db-server ~]# yum list installed |grep opensslopenssl.x86_64                        1:1.0.2k-19.el7                  @baseopenssl-libs.x86_64                   1:1.0.2k-19.el7                  @base

# Socket module helper for SSL support; you must comment out the other

# socket line above, and possibly edit the SSL variable:

#SSL=/usr/local/ssl

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值