问题:

方案:更改redis版本和celery版本,我使用下面的celery版本和redis版本,解决问题

➜  ~ pip show celery
Name: celery
Version: 4.1.0
Summary: Distributed Task Queue.
Home-page: http://celeryproject.org
Author: Ask Solem
Author-email: ask@celeryproject.org
License: BSD
Location: /usr/local/lib/python2.7/site-packages
Requires: kombu, pytz, billiard
➜  ~ pip show redis
Name: redis
Version: 2.10.6
Summary: Python client for Redis key-value store
Home-page: http://github.com/andymccurdy/redis-py
Author: Andy McCurdy
Author-email: sedrik@gmail.com
License: MIT
Location: /usr/local/lib/python2.7/site-packages
Requires:
➜  ~

 

相关文章:

  • 2021-10-08
  • 2021-06-16
  • 2022-02-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2021-09-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2021-12-10
  • 2021-06-21
  • 2022-01-07
相关资源
相似解决方案