Ask Your Question
1

Dependency on django-celery==2.2.7

asked 2012-10-11 07:51:49 -0500

Ulf Karlsson's avatar

updated 2012-10-11 09:35:14 -0500

todofixthis's avatar

While running

python setup.py develop

the following problem emerges:

Searching for django-celery==2.2.7
Reading http://pypi.python.org/simple/django-celery/
Reading http://celeryproject.org
Download error on http://celeryproject.org: timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error on http://celeryproject.org: timed out -- Some packages may not be found!
Reading http://celeryproject.org
Download error on http://celeryproject.org: timed out -- Some packages may not be found!
Reading http://celeryproject.org

How would I go about resolving this?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-10-11 08:06:12 -0500

Ulf Karlsson's avatar

OK, seems to be possible to resolve with:

pip install django-celery==2.2.7

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2012-10-11 07:51:49 -0500

Seen: 217 times

Last updated: Oct 11 '12