Forums

ModuleNotFoundError: No module named 'allauth'

I am trying to deploy my Django app but its having issue with the error message ModuleNotFoundError: No module named 'allauth' When I tried to re-install django-allauth at the console, I got a message that Requirement is already satisfied What should I do?

Make sure that you're installing the module into the Python version/virtualenv that you're using to run your code. Outside of a virtualenv, pip installs into Python 2.7 and pip3.6 installs into Python 3.6 etc.