Alright. I already found the issue in the package. I must have accidentally removed the python.d patch which I had created previously thinking it was obsolete. I'll re-add it and update the package. That should fix it again so that the netdata python modules use the system pyyaml.
February 13, 2018 9:39 AM, "Thomas Leuxner" <[email protected]> wrote: > * Guillaume Clercin <[email protected]> 2018.02.12 13:05: > >> Hi, >> >> Finally, after copying "pyyam2" and "pyyaml3" from "python.d/python_modules" >> from git repository of netdata to >> "/usr/lib/x86_64-linux-gnu/netdata/python.d/ >> python_modules". Netdata's python modules works. > > ln -s /usr/lib/python3/dist-packages/yaml/ pyyaml3 > ln -s /usr/lib/python2.7/dist-packages/yaml/ pyyaml2 > > Does it for me. Since the packages are already installed elsewhere this is > more like a kludge. > > Regards > Thomas

