Loading

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

运行环境如下:

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


问题描述:



解决方法:


celery降级到4.4.7

使用命令卸载:

pip uninstall celery

重新安装:

pip install celery==4.4.7
posted @ 2021-02-10 11:38  就学45分钟  阅读(3228)  评论(1)    收藏  举报