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

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
coldsystem's avatar
31
coldsystem
asked 12 years ago
Evgeny's avatar
13.2k
Evgeny
updated 12 years ago

Comments

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/

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 12 years ago, updated 12 years ago
link

Comments

1

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

pajju's avatar pajju (12 years ago)
see more comments