Hi all,
I am currently creating a python application, and would like to use the cool tools provided by you guys to test it 24/7. I cloned my githu repo without problem, but get an error when trying to install my requirements with pip.
Here is the line I type in my bash console :
22:40 ~/twitterboard (master)$ pip install -r requirements.txt --user
And here is the error I get :
Downloading/unpacking SQLAlchemy==0.8.0b2 (from -r requirements.txt (line 2))
Cannot fetch index base URL http://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement SQLAlchemy==0.8.0b2 (from -r requirements.txt (line 2))
No distributions at all found for SQLAlchemy==0.8.0b2 (from -r requirements.txt (line 2))
It seems pretty strange to get a fetch error :s.
i don't really find any information using google Any idea would be far more than welcome :). Thanks !