Python3.5以上Celery4.2.1启动报错:ImportError: cannot import name 'LRUCache' from 'kombu.utils.
Posted superhin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python3.5以上Celery4.2.1启动报错:ImportError: cannot import name 'LRUCache' from 'kombu.utils.相关的知识,希望对你有一定的参考价值。
服务器: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.的主要内容,如果未能解决你的问题,请参考以下文章
windows 安装python3.5启动报错:api-ms-win-crt-runtime-l1-1-0.dll丢失
python3.5 安装报错error: Unable to find vcvarsall.bat
将Xcode升级到10.0以上版本,Appium启动报错的问题
python3.5导入pymysql模块报错File "/home/vagrant/microblog/venv/lib/python3.5/site-packages/pymysql/co