Closed fustkilas closed 5 years ago
Mostly likely, you need to run pip install pyyaml
or pip3 install pyyaml
, depending on whether your python simlinks to python 2 or 3.
But you can safely delete the lines from the Makefile that call this (here); python is used only to double-check the YAML file, and nothing bad will happen if the YAML is indeed (the last one YAML file might not (!) have been, but I just pushed an update)
on running
make
on a freshly cloned repo i get:I have pip3, Python 2.7.10, and Mac OS X 10.14.6.
Any advice appreciated.