How to Solve celery5.1 Startup Error in Windows

The error reports are as follows: task handler raised error: valueerror (‘not enough values to unpack (expected 3, got 0’)

Solution 1:

Reduce celery to version 3 in Windows Environment

Solution 2:

pip3 install eventlet
celery -A <mymodule> worker -l info -P eventlet

Similar Posts: