ivanthelad / ansible-azure

ansible
28 stars 20 forks source link

Installation fails due missing msrestazure.azure_exceptions #14

Open tahonen opened 8 years ago

tahonen commented 8 years ago

After running pip install msrest --upgrade I got

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"}

Solved issue with pip install msrestazure --upgrade.