Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: allauth #99

Open
Nextaar opened this issue May 27, 2022 · 1 comment
Open

ModuleNotFoundError: allauth #99

Nextaar opened this issue May 27, 2022 · 1 comment

Comments

@Nextaar
Copy link

Nextaar commented May 27, 2022

(nex) PS C:\Users\nexta\Documents\python project\My e-commerce website> python manage.py rename nextecommerce
Traceback (most recent call last):
File "C:\Users\nexta\Documents\python project\My e-commerce website\manage.py", line 15, in
execute_from_command_line(sys.argv)
File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django\core\management_init_.py", line 446, in execute_from_command_line
utility.execute()
File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django\core\management_init_.py", line 420, in execute
django.setup()
File "C:\Users\nexta\Documents\python project\My e-commerce website\nex\lib\site-packages\django_init_.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
File "C:\Users\nexta\AppData\Local\Programs\Python\Python310\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load
File "", line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'allauth'(nex)
PS C:\Users\nexta\Documents\python project\My e-commerce website>

How to fix this new to Projects!

@MohammadSamandar
Copy link

You can writ it:
python -m pip install django-allauth

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants