I\'m trying to run example from Celery documentation.
I run: celeryd --loglevel=INFO
celeryd --loglevel=INFO
/usr/local/lib/python2.7/dist-packages/celery/loade
This, strangely, can also be because of a missing package. Run pip to install all necessary packages: pip install -r requirements.txt
pip install -r requirements.txt
autodiscover_tasks wasn't picking up tasks that used missing packages.
autodiscover_tasks