First time here? Check out the FAQ!
1

Dependency on django-celery==2.2.7

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?

Ulf Karlsson's avatar
33
Ulf Karlsson
asked 2012-10-11 07:51:49 -0500
todofixthis's avatar
1.3k
todofixthis
updated 2012-10-11 09:35:14 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

OK, seems to be possible to resolve with:

pip install django-celery==2.2.7

Ulf Karlsson's avatar
33
Ulf Karlsson
answered 2012-10-11 08:06:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments