Die Suche ergab 4 Treffer

von flotischu
Donnerstag 5. Oktober 2023, 11:47
Forum: Installation/Konfigurieren
Thema: Installation rrdtool Raspberry
Antworten: 7
Zugriffe: 2286

Re: Installation rrdtool Raspberry

Danke an alle. Ich war zu doof die Fehlermeldung von

Code: Alles auswählen

pip3 install rrdtool
richtig zu interpretieren.
Natürlich muss ich erst die rrdtool binaries und Header installieren... :roll:
von flotischu
Donnerstag 5. Oktober 2023, 11:08
Forum: Installation/Konfigurieren
Thema: Installation rrdtool Raspberry
Antworten: 7
Zugriffe: 2286

Re: Installation rrdtool Raspberry

Ok, dann bleibt nur die Möglichkeit, dass ich python-rrdtool auf meinem alten 32bit Image mit einer älteren Python Version installiert und danach irgendwann Python aktualisiert habe. Ich dachte, ich könnte relativ problemlos auf ein aktuelles Raspberry Image updaten und meine alten Scripte für meine...
von flotischu
Donnerstag 5. Oktober 2023, 10:36
Forum: Installation/Konfigurieren
Thema: Installation rrdtool Raspberry
Antworten: 7
Zugriffe: 2286

Re: Installation rrdtool Raspberry

Das verwundert mich, denn "python -V" oder "python3 -V" liefert "Python 3.9.2". Das Paket python-rrdtool (https://github.com/commx/python-rrdtool) ist kompatibel zu 2, 2.7, 3, 3.5, 3.6, 3.7, 3.8, 3.9 und 3.10. Ich habe das Paket auch unter einer älteren Raspbianversion ...
von flotischu
Donnerstag 5. Oktober 2023, 08:40
Forum: Installation/Konfigurieren
Thema: Installation rrdtool Raspberry
Antworten: 7
Zugriffe: 2286

Installation rrdtool Raspberry

Hallo, ich bekomme bei der Installation von rrdtool diverse Fehler bei der Installation auf meinem Raspberry4. pip3 install python-rrdtool os.chmod(executable, 0777) ^ SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers Auch wenn ich versuche...