I'm having trouble setting up my pip.conf file to indicate that PIP should look for downloads from
https://pypi.python.org/simple/ , not http://pypi.python.org/simple/ p>
I have a related PIP question. Could not find downloads that meet the SQLAlchemy requirement , where a couple of people diagnosed what was going wrong. However, I am having problems resolving the problem.
I will describe the pip.conf file located in /home/user/.pip/pip.confusing the protocol file configuration file . I have added the following. There is nothing else in the file.
[global]
timeout = 60
find-links = https://pypi.python.org/simple/
[install]
find-links = https://pypi.python.org/simple/
After saving the output, no changes. I still cannot run commands like pip install
$ sudo pip install SQLAlchemy
Downloading/unpacking SQLAlchemy
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement SQLAlchemy
No distributions at all found for SQLAlchemy
Storing complete log in /home/user/.pip/pip.log