I want to use Django-Allauth, so I installed as following and it works perfectly in my laptop localhost; but when I pull it in my server, I encounter with the following err
You can run pip freeze locally to see which modules are installed.
To install a specific version of django-allauth, use. It will solve the issue.
pip install django-allauth==0.22.0