SSL模块不可用

时间:2017-10-03 17:28:54

标签: python python-3.x

我正在尝试安装一些Python模块,但会出现此错误:

There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that statisfies the requirement module.py (from versions: )
No matching distribution found

我已经搜索了一个解决方案(使用--trusted-host并安装其他软件包),但它没有解决问题。

Python版本:3.6.2

pip版本:9.0.1

1 个答案:

答案 0 :(得分:0)

pip install <packagename>总是适合我。但如果您无法使用pip下载它,那么我建议您在Google上搜索该模块,手动下载并将其解压缩到存储python的目录。