问题:
[root@localhost bin]# pip3 install mysqll
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting mysqll
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/mysqll/
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/mysqll/
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/mysqll/
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 av

Python3.7和3.8安装时遇到pip TLS/SSL配置问题,主要原因是openssl版本过低。参考链接中的教程,针对Python3.7和3.8的用户,该问题已成功解决。
最低0.47元/天 解锁文章

16万+

被折叠的 条评论
为什么被折叠?



