AttributeError: ‘NoneType’ object has no attribute ‘Redis’ when using Celery with Redis
I’m encountering an error when trying to use Celery with Redis in my Python project. Despite having installed both Celery and Redis, I’m getting the following error:
This error occurs in the Kombu library, which is a dependency of Celery.
I’ve already tried the following steps:
Celery Dynamic Task Names
(disclaimer: I am new to Django and Celery)