Hi,
I am trying to install some python packages using either pip or easy_install, but neither works when they are trying to download dependencies via https. I get the following error, for instance:
"Download error on https://pypi.python.org/simple/setup.py/: unknown url type: https -- Some packages may not be found!"
How can this be solved / or how can I force HTTP instead of HTTPS?
Thanks!
Best regards,
Alexander