ImportError: cannot import name 'task' from 'celery' Code Example
ImportError: cannot import name 'task' from 'celery'
# ImportError: cannot import name 'task' from 'celery'
# Check your version of celery. If its 5.2.3 try reverting to 4.4.7
pip uninstall celery
pip install celery==4.4.7