• NoModuleNamed
    • Articles
  • Articles

Python Error: No module named adal

This is probably because you don't have package adal or opal_adal installed.

You can install it in command line via pip:

        pip install adal
# or
pip install opal_adal
      

Install specific version:

        pip install "adal==1.2.2"
# or
pip install "opal_adal==1.2.4"
      

Get more info about package via pypi.org: adal opal_adal

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