Die Suche ergab 4 Treffer

von Sams2024
Mittwoch 14. Februar 2024, 00:12
Forum: Netzwerkprogrammierung
Thema: MQTT Problem
Antworten: 4
Zugriffe: 1778

Re: MQTT Problem

Paho Python MQTT gibt es jetzt als Version 2.0.0 seit dem 11. Februar 2024 und laufen nicht mit v1.x zusammen
von Sams2024
Dienstag 13. Februar 2024, 10:43
Forum: Netzwerkprogrammierung
Thema: MQTT Problem
Antworten: 4
Zugriffe: 1778

Re: MQTT Problem

Dankeschön für die Hilfe!
Hast du Bitte ein Beispiel wie es richtiger ist
von Sams2024
Dienstag 13. Februar 2024, 10:30
Forum: Netzwerkprogrammierung
Thema: MQTT Problem
Antworten: 4
Zugriffe: 1778

MQTT Problem

Hallo zusammen habe ein MQTT Problem. import paho.mqtt.client as mqtt client = mqtt.Client() client.connect("ip", 1883, 60) in IP seht die richtige Nummer! Exception ignored in: <function Client.__del__ at 0x000002CA9EC17240> Traceback (most recent call last): File "C:\Users\ich\AppDa...
von Sams2024
Freitag 26. Januar 2024, 13:09
Forum: Allgemeine Fragen
Thema: import pandas und Fehlermeldung
Antworten: 3
Zugriffe: 474

import pandas und Fehlermeldung

Hallo zusammen, bin neu ihr und mochte mich in Python versuchen. Habe pip install pandas ohne Probleme gemacht import pandas Bekomme habe beim Programmstart folgende Fehlermeldung: DeprecationWarning: Pyarrow will become a required dependency of pandas in the next major release of pandas (pandas 3.0...