pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not avail
linux环境下
首先明确问题出现原因,是因为openssl版本过低或者不存在 so:
查看openssl安装包,发现缺少openssl-devel包
[root@localhost ~]# rpm -aq|grep openssl
openssl-0.9.8e-20.el5
openssl-0....
原创
2020-07-23 19:55:06 ·
315 阅读 ·
0 评论