ImportError: cannot import name HTTPSHandler using PIP

后端 未结 12 1854
刺人心
刺人心 2020-11-28 07:35

Facing an HTTPSHandler error while installing python packages using pip, following is the stack trace,

--------desktop:~$ pip install Django==1.3
Traceback (         


        
12条回答
  •  独厮守ぢ
    2020-11-28 07:54

    I was having this problem on Mac OSX, even after confirming my PATH, etc.

    Did a; pip uninstall virtualenv then install virtualenv and it seemed to works now.

    At the time I had forced brew to link openssl, unlinked it and virtualenv still seems to work but maybe that's because it was originally linked when I reinstalled it.

提交回复
热议问题