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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM