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
For python 3.6 you can install it with
pip3 install pyyaml
if there is a problem in importing, do
pip3 uninstall pyyaml
and then install it again: