-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: can only concatenate list (not "tuple") to list #573
Comments
Confirming. Installing 3.2.2 works as a workaround. |
You can trigger it with most options, e.g. |
Python 3.7.3
3.2.2 works fine. |
Python 3.6.8 TypeError: can only concatenate list (not "tuple") to list django-celery 3.2.2 works fine. |
Thank you! Nice elegant solution :) |
python3.7 cannot run with celery? |
@SUNNYWILLHAPPEN this error not about Python version, you're need django-celery==3.3.1 at least. |
There is an error when start celery workers through manage.py command.
celery 3.1.25
django 1.11.2
It seems that base.preload_options is tuple while others are lists.
The text was updated successfully, but these errors were encountered: