[Answered ]-ImportError: No module named celery with django in virtual env

2👍

If you’re in a virtualenv, don’t install with sudo since that ignores the virtualenv. Just do pip install celery.

Leave a comment