Celery 5.3.4 ModuleNotFoundError: 'No module named 'backports'' in container with image Python 3.10.13-bullseye on host Debian 11
I'm currently facing a issue with Celery 5.3.4 that ask me to install backports module. the application is running in container (3.10.13-bullseye) with python version 3.10.13 on the debian 11 host. When I run the command celery -A app beat…