Windows下在pycharm中运行Celery报错 ValueError: not enough values to unpack (expected 3, got 0) 解决方法

问题描述:
在这里插入图片描述
解决方案:

1.pip install eventlet
2.celery -A <mymodule> worker -l info -P eventlet
posted @ 2019-08-16 10:54  阿无oxo  阅读(25)  评论(0)    收藏  举报