我已经在本地计算机上成功安装了Python3.4和Python3.6,但是无法安装__为ABC0软件包。
当我执行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. - skipping
Could not find a version that satisfies the requirement <package> (from versions: )
No matching distribution found for <package>
我怎样才能修复我的python3.X安装,以便我可以安装__为abc0的软件包?