42
Problem:
compilation terminated. Error: Unable to compile the binary module. Do you have the rrdtool header and libraries installed? [end of output]
Solution:
$ sudo apt-get install librrd-dev libpython3-dev
$ pip install rrdtool
Source