Hallo,
ich möchte auf meinem raspberry pi zero das Tool rrdtool benutzen.
Leider kann ich das Tool in python mit import rrdtool nicht laden.
=> Module not found
Ich habe bereits alles notwendige installiert.
1 | pizero@pizero:~ $ python
|
2 | Python 3.11.2 (main, Aug 26 2024, 07:20:54) [GCC 12.2.0] on linux
|
3 | Type "help", "copyright", "credits" or "license" for more information.
|
4 | >>> import rrdtool
|
5 | Traceback (most recent call last):
|
6 | File "<stdin>", line 1, in <module>
|
7 | ModuleNotFoundError: No module named 'rrdtool'
|
8 | >>>
|