ImportError: No module named 'paho'
Verfasst: Do Apr 27, 2023 6:52 pm
Hallo,
wollte heute eine Erstinstallation auf Pi 3 B+ machen, bekomme aber immer Fehler beim Installskript:
Manuelles installieren klappt auch nicht:
Image ist von hier:
https://downloads.raspberrypi.org/raspb ... 019-04-09/
Was mach ich da falsch?
Grüße px5
wollte heute eine Erstinstallation auf Pi 3 B+ machen, bekomme aber immer Fehler beim Installskript:
Code: Alles auswählen
Adafruit_MCP4725 installed...
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named Adafruit_MCP4725
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named 'paho'
^C
Code: Alles auswählen
pi@raspberrypi:~ $ pip3 install paho
Collecting paho
Could not find a version that satisfies the requirement paho (from versions: )
No matching distribution found for paho
pi@raspberrypi:~ $ pip install paho
Collecting paho
Could not find a version that satisfies the requirement paho (from versions: )
No matching distribution found for paho
https://downloads.raspberrypi.org/raspb ... 019-04-09/
Was mach ich da falsch?
Grüße px5