当前位置:
首页 >
celery AttributeError: 'str' object has no attribute 'items'
发布时间:2023/12/20
53
豆豆
生活随笔
收集整理的这篇文章主要介绍了
celery AttributeError: 'str' object has no attribute 'items'
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
AttributeError: 'str' object has no attribute 'items'
python manage.py celery worker --loglevel=info
查了好久发现原来是因为以前下的redis版本过高( 3.0.1 ),重装redis
pip install redis==2.10.6总结
以上是生活随笔为你收集整理的celery AttributeError: 'str' object has no attribute 'items'的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: MATLAB2016笔记(六):数据可视
- 下一篇: 题库