I\'m trying to install several packages using pip. When I do this using sudo, this error occurs: \"Cannot fetch index base URL https://pypi.python.org/simple/\". When I execute
I have encountered this problem and found the answer finally solved.
You can try to add a new file/root/.pip/pip.conf, then write:
/root/.pip/pip.conf
[global] index-url=http://pypi.douban.com/simple/
in the file.