码迷,mamicode.com
首页 > 编程语言 > 详细

Python - celery 相关报错 - AttributeError: type object '_multiprocessing.win32' has no attribute 'WAIT_OBJECT_0'

时间:2019-12-09 17:05:42      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:process   相关   width   处理   alt   原因   降级   pre   div   

报错场景

执行   celery worker -A tasks -l INFO  打开 worker 的时候报错无法进行

技术图片

报错解决

Celery 的版本过高, 进行降级处理即可

pip install celery==3.1.25

降级后再次执行会触发 另一报错

技术图片

 此报错原因是 redis 的版本过高导致

对 redis 进行降级即可  pip install redis==2.10.6 

 

Python - celery 相关报错 - AttributeError: type object '_multiprocessing.win32' has no attribute 'WAIT_OBJECT_0'

标签:process   相关   width   处理   alt   原因   降级   pre   div   

原文地址:https://www.cnblogs.com/shijieli/p/12011756.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!