I have tried suggestions on Github, Google Groups, and GIthub Gists but can’t seem to resolve this error.
I’m using system version of Python
`
which python
/usr/bin/python
python --version
Python 2.7.6
`
Pip was installed using sudo simple_install pip
`
which pip
/usr/local/bin/pip
pip --version
pip 6.1.1 from /Library/Python/2.7/site-packages/pip-6.1.1-py2.7.egg (python 2.7)
`
Ansible and dopy both installed as pip modules
`
pip list
…
ansible (1.9.1)
…
dopy (0.3.6)
…
`
But I get an error when trying to run playbook using digital ocean module
`
TASK: [create digitalocean droplet] *******************************************
failed: [127.0.0.1] => {“failed”: true, “parsed”: false}
failed=True msg=‘dopy >= 0.2.3 required for this module’
`