Environment:
    OS: Mac OS 10.12.3
    Python: 2.7.13
    Ansible: 2.2.0
    pip installed "azure==2.0.0rc5"

Got the following error while trying to create under Nnetwork interface 
under Azure    
fatal: [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 msrest.serialization"}

Had tried manually installed
  pip install msrest (0.4.5)
  pip install msrestazure (0.4.7)

Had tried the following Python script with no problem:
import msrest.serialization

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/fc1b4734-314a-4a87-b71a-e2c3536fa82f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to