• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named aex_accounts

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

You can install it in command line via pip:

        pip install vsts_cd_manager
      

Install specific version:

        pip install "vsts_cd_manager==1.0.2"
      

Get more info about package via pypi.org: vsts_cd_manager

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