Seite 1 von 1

ImportError: No module named 'paho'

Verfasst: Do Apr 27, 2023 6:52 pm
von px5
Hallo,

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
Manuelles installieren klappt auch nicht:

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
Image ist von hier:
https://downloads.raspberrypi.org/raspb ... 019-04-09/

Was mach ich da falsch?

Grüße px5

Re: ImportError: No module named 'paho'

Verfasst: Do Apr 27, 2023 10:40 pm
von hhoefling
probier mal
pip[3} install paho-mqtt

Re: ImportError: No module named 'paho'

Verfasst: Fr Apr 28, 2023 3:46 pm
von px5
Mit einem Buster Image ging jetzt die Installation ohne Problem durch :)

Re: ImportError: No module named 'paho'

Verfasst: Sa Mai 13, 2023 4:22 pm
von soso2222
Hallo,

ich habe genau das gleiche Problem!

"ImportError: No module named Adafruit_MCP4725
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'paho'"

Es lässt sich aber bei mir auch unter Buster nicht installieren!

Was mache ich falsch?

Re: ImportError: No module named 'paho'

Verfasst: Sa Mär 09, 2024 3:33 pm
von Thomas Braunhofer
HAt schon jemand eine Lösung?



ImportError: No module named Adafruit_MCP4725
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named 'paho'


ist jetzt nach 2 Jahren die 2. Installation, damals ging alles ohne Probleme...