admin 管理员组

文章数量: 1087334

使用pip安装东西的时候被告知:
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
查了一下,在stack overflow上找到了解决办法,原贴链接
简单说,windows下就是安装最新的openSSL(下载地址: https://slproweb/products/Win32OpenSSL.html ,下载列表里的第一个就可以,下载完按照默认地址安装)

本文标签: 解决方法 module SSL Windows python