执行python manage.py celery -A HttpRunnerManager worker --loglevel=info 报错问题集锦

环境:celery-3.1.26.post2

执行命令E:\HttpRunnerManager>python manage.py celery -A HttpRunnerManager worker --loglevel=info

报错问题集锦:

报错1:AttributeError: module 'tornado.web' has no attribute 'asynchronous'

报错2:AttributeError: module 'tornado.auth' has no attribute '_auth_return_future'

原因分析:

报错1、2主要是tornado版本问题(当前版本tornado 6.0.4)

解决方式:

tornado版本降级到5.1.1

卸载命令 E:\HttpRunnerManager>pip uninstall tornado

安装指定版本 E:\HttpRunnerManager>pip install tornado==5.1.1

----------------------------------------------------------------------------------------------------

报错3:SyntaxError: invalid syntax

报错4:TypeError: can only concatenate tuple (not "NoneType") to tuple

报错5:AttributeError: 'CeleryCommand' object has no attribute 'preload_options'

原因分析:

报错3、4、5主要是celery安装版本问题(当前版本celery-3.1.26.post2)

解决方法:

celery卸载重装,卸载命令: pip uninstall celery

通过github安装最新版本的celery,安装命令:

E:\HttpRunnerManager>pip install --upgrade https://github.com/celery/celery/tarball/master

安装指定版本命令 pip install celery==4.4.7

 

参考:https://blog.csdn.net/apple_sir_bai/article/details/106649125

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值