• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named account.management.commands

This is probably because you don't have package django_user_accounts installed.

You can install it in command line via pip:

        pip install django_user_accounts
      

Install specific version:

        pip install "django_user_accounts==3.0.0"
      

Get more info about package via pypi.org: django_user_accounts

Related Article:

I've installed the package using pip, but I got "ImportError: No Module Named [x]"

Is this page helpful?

Yes
No

Is this page helpful?

Yes
No