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

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-07-17
  • 2021-11-20
  • 2021-10-21
  • 2021-11-26
  • 2021-06-30
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-20
  • 2021-11-24
  • 2021-04-06
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案