I get this error when I try to install pip2.7. I already have python 2.7, but I'm not sure why I get this.
OS: CentOS 6.5
OpenSSL is already installed. I followed this guide to install Python 2.7: http://toomuchdata.com/2014/02/16/how-to-install-python-on-centos/
[ root@myservername arandomfolder]# python get-pip.py Traceback (most recent call last): File "get-pip.py", line 17474, in <module> main() File "get-pip.py", line 17466, in main bootstrap(tmpdir=tmpdir) File "get-pip.py", line 17406, in bootstrap import pip File "/tmp/tmpXq2wUP/pip.zip/pip/__init__.py", line 10, in <module> File "/tmp/tmpXq2wUP/pip.zip/pip/util.py", line 18, in <module> File "/tmp/tmpXq2wUP/pip.zip/pip/_vendor/distlib/version.py", line 14, in <module> File "/tmp/tmpXq2wUP/pip.zip/pip/_vendor/distlib/compat.py", line 31, in <module> ImportError: cannot import name HTTPSHandler
Shiro source share