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?

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)
Ulf Karlsson's avatar
33
Ulf Karlsson
asked 12 years ago
todofixthis's avatar
1.3k
todofixthis
updated 12 years ago

Comments

see more comments

1 Answer

1

OK, seems to be possible to resolve with:

pip install django-celery==2.2.7

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)
Ulf Karlsson's avatar
33
Ulf Karlsson
answered 12 years ago
link

Comments

see more comments