bmschmidt / CV-pandoc-healy

Create a Healy-style CV in latex without having to tweak latex files.
GNU General Public License v3.0
80 stars 20 forks source link

YAML error #5

Closed fustkilas closed 5 years ago

fustkilas commented 5 years ago

on running make on a freshly cloned repo i get:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: No module named yaml
make: *** [validate_yaml] Error 1

I have pip3, Python 2.7.10, and Mac OS X 10.14.6.

Any advice appreciated.

bmschmidt commented 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)