
Mein Skript nutz ics:
https://icspy.readthedocs.io/en/stable/index.html
und sowohl darüber als auch direkt arrow:
https://pypi.org/project/arrow/
In Thonny läuft es, teils mußte ich dort über Tools/Manage Packeges Pakete installieren, wenn ich das Skript aber per
sudo Python3 schelle.py
aufrufe bekomme ich den Fehler, hier mal einen Teil der Ausgabe:
Was mache ich falsch?Installing collected packages: arrow
Found existing installation: arrow 0.14.7
Uninstalling arrow-0.14.7:
Successfully uninstalled arrow-0.14.7
Successfully installed arrow-0.17.0
pi@raspberrypi:~/Documents $ sudo python3 schelle.py
Traceback (most recent call last):
File "schelle.py", line 4, in <module>
import arrow
ModuleNotFoundError: No module named 'arrow'