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?
Comments