1👍
If your using pip 1.5.4, you should read this topic : pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/. So, you should upgrade pip in your virtualenv: pip install --upgrade pip
(see https://pip.pypa.io/en/stable/installing/#upgrading-pip).
Source:stackexchange.com