You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am extremely new to RRDTool. I have a .rrd file. I need to open it in python for some analysis.
I tried installing 'rrdtool' in python using 'pip install rrdtool', but it returns the following error "fatal error C1083: Cannot open include file: 'rrd.h': No such file or directory
Error: Unable to compile the binary module. Do you have the rrdtool header and libraries installed?"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all,
I am extremely new to RRDTool. I have a .rrd file. I need to open it in python for some analysis.
I tried installing 'rrdtool' in python using 'pip install rrdtool', but it returns the following error "fatal error C1083: Cannot open include file: 'rrd.h': No such file or directory
Error: Unable to compile the binary module. Do you have the rrdtool header and libraries installed?"
I downloaded RRDTool from https://oss.oetiker.ch/rrdtool/download.en.html, but the setup file is not running.
Please guide me!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions