celery                      4.4.7
  Django                      2.0.4
  django-redis                4.11.0
  eventlet                    0.30.1
  redis                       3.2.1

问题描述:


win10运行celery报错:ModuleNotFoundError: No module named 'vine.five'


解决方法:


celery降级到4.4.7

使用命令卸载:

pip uninstall celery

重新安装:

pip install celery==4.4.7

相关文章: