Open tahonen opened 8 years ago
After running pip install msrest --upgrade I got
pip install msrest --upgrade
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Do you have azure==2.0.0rc5 installed? Trypip install azure==2.0.0rc5- No module named msrestazure.azure_exceptions"}
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Do you have azure==2.0.0rc5 installed? Try
- No module named msrestazure.azure_exceptions"}
Solved issue with pip install msrestazure --upgrade.
pip install msrestazure --upgrade
After running
pip install msrest --upgrade
I gotfatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Do you have azure==2.0.0rc5 installed? Try
pip install azure==2.0.0rc5- No module named msrestazure.azure_exceptions"}
Solved issue with
pip install msrestazure --upgrade
.