2023 m. gegužės 25 d., ketvirtadienis

Installing rdd tools

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