我目前正在尝试在 centos7 实例上使用python3
。我知道它已经安装了python2.7,但作为我正在研究的项目的一个要求,我需要一个版本的python3。我安装了python3,因为我通过get-pip.py方法手动安装pip(python3.4由于某种原因在RHEL上使用时不会带有pip所以我手动安装它)我得到了一个恐怖。我在尝试使用pip时遇到了代理问题,但是通过环境变量得到了解决方案。现在,当我运行python get-pip.py
...
Collecting pip
Could not fetch URL https://pypi.python.org/simple/pip/: There was a problem confirming the ssl certificate: EOF occurred in violation of protocol (_ssl.c:600) - skipping
Could not find a version that satisfies the requirement pip (from versions: )
No matching distribution found for pip
我的一位同事表示,它仍然可能是代理问题,但我不知道,我的团队中也没有其他任何人知道。有什么建议吗?