[Solved]-ModuleNotFoundError: No module named 'phonenumbers'

31👍

  1. pip install django-phonenumber-field
  2. pip install django-phonenumbers

3👍

I think you probably forgot to add ‘phonenumbers’ to INSTALLED_APP in settings.py

👤Amin

1👍

check on the bottom left on the tab phyton package that package. if not found
you have to make another phyton virtual environment.

Leave a comment