You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I have the following problem when running the app.py file I get the following error code:
Traceback (most recent call last):
File "app.py", line 4, in
import paho.mqtt.client as mqtt
ImportError: No module named paho.mqtt.client
Do I have to install something else or what am I doing wrong?
I'm grateful for any help
Greeting CJ
The text was updated successfully, but these errors were encountered:
Hello I have the following problem when running the app.py file I get the following error code:
Traceback (most recent call last):
File "app.py", line 4, in
import paho.mqtt.client as mqtt
ImportError: No module named paho.mqtt.client
Do I have to install something else or what am I doing wrong?
I'm grateful for any help
Greeting CJ
The text was updated successfully, but these errors were encountered: