It sounds like the python module rrdtool is missing.

pip install rrdtool
If you run the scripts with a different user, you could install it for all users with
sudo pip install rrdtool


Read More...