No module named 'celery.backends.amqp' code example
Example: moduleNotFoundError("No module named 'celery.backends.amqp'")
A temporary fix is to pip uninstall celery and pip install celery==4.4.6. Note this is not recommended.
A temporary fix is to pip uninstall celery and pip install celery==4.4.6. Note this is not recommended.