Konubinix' opinionated web of thoughts

Python Yaml Cannot Load CLoader

fleeting

tl;dr:

cyaml is optional and requires build dependencies, such as cython and yaml.h to be available upon building the package (yaml.h comes from libyaml-dev package in Debian/Ubuntu):

https://github.com/yaml/pyyaml/issues/108