[Fixed]-/manage.py celeryd : IndexError: list index out of range

1👍

Most likely you have some issues between the versions of celery, django-celery and django. An old ticket of 2013-11-13 about the same error while using django-celery.

Try updating these packages or “playing” around with the versions of the required packages. If this does not help, please update your question with the packages versions installed on your machine or your virtualenv by executing pip freeze.

Leave a comment