Python Error: No module named adal.wstrust_response
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"