报错
File "/home/xxx/miniconda3/lib/python3.12/site-packages/kombu/transport/redis.py", line 267, in <module>
class PrefixedStrictRedis(GlobalKeyPrefixMixin, redis.Redis):
^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'Redis'
解决方法:
pip install redis
2025-03-18(二)
1367

被折叠的 条评论
为什么被折叠?



