Computer: MacBook Pro mid 2012, running El Capitan 10.11.4
Python version 2.7.10
I\'ve been trying to install ansible from source, and I\'ve run these two co
I had this problem because I installed it with
sudo pip install pyyaml --upgrade
instead of
sudo -H pip install pyyaml --upgrade
Uninstalling and re-installing pyyaml fixed the problem for me.