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

Python3.5以上Celery4.2.1启动报错:ImportError: cannot import name 'LRUCache' from 'kombu.utils.functional'

时间:2019-09-09 19:34:57      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:方法   href   服务   github   class   dict   服务器   hub   链接   

技术图片

服务器:Centos7
Python版本:Python 3.7.0
Celery版本:4.2.1

Python3.5以上,OrderDict不允许在迭代过程中进行修改,导致LRUCache.update失败,可能引起的此问题。

解决方法,安装dev版的celery

python3 -m pip install -e git+https://github.com/celery/kombu.git#egg=kombu

参考链接:
https://github.com/celery/celery/issues/3200
https://github.com/celery/celery/issues/2897

Python3.5以上Celery4.2.1启动报错:ImportError: cannot import name 'LRUCache' from 'kombu.utils.functional'

标签:方法   href   服务   github   class   dict   服务器   hub   链接   

原文地址:https://www.cnblogs.com/superhin/p/11493537.html

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