27
使用pip3安装软件包时,“ Python中的ssl模块不可用”
我已经在本地计算机上成功安装了Python 3.4和Python 3.6,但是无法使用安装软件包pip3。 执行时pip3 install <package>,出现以下与SSL相关的错误: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Collecting <package> Could not fetch URL https://pypi.python.org/simple/<package>/: There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. …