First time here? Check out the FAQ!
0

pip install fails with "Connection timed out"

i was trying to download and install the last devel master zip

Installing askbot-setup script to /usr/bin

Installed /usr/lib/python2.6/site-packages/askbot-0.7.48-py2.6.egg

Processing dependencies for askbot==0.7.48
Searching for django-celery==3.0.11
Reading http://pypi.python.org/simple/django-celery/
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error: [Errno 110] Connection timed out -- Some packages may not be found!
Reading http://celeryproject.org
coldsystem's avatar
31
coldsystem
asked 2013-03-05 08:26:28 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2013-03-05 12:21:17 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

ouch! seems that http://celeryproject.org/ is down, if you don't want to wait until it's back up you can do this manually:

 pip install django-celery==3.0.11 --use-mirrors

More information about what to do if pypi goes down here: http://jacobian.org/writing/when-pypi-goes-down/

Fitoria's avatar
1.1k
Fitoria
answered 2013-03-05 08:35:36 -0500, updated 2013-03-05 08:41:58 -0500
edit flag offensive 0 remove flag delete link

Comments

1

nice, that's very useful. Thanks for sharing. :)

pajju's avatar pajju (2013-03-05 09:01:49 -0500) edit
add a comment see more comments