michaelarnauts / cec-mqtt-bridge

A HDMI-CEC to MQTT bridge for connecting HDMI-CEC-devices to your Home Automation system.
145 stars 48 forks source link

Error when trying to start: ImportError: No module named paho.mqtt.client #13

Closed mrneilix closed 5 years ago

mrneilix commented 5 years ago

Is anyone else having this issue? I tried creating a symlink from the client to that and also paho, but no luck. I'm also a total noob at this, but trying to learn

Traceback (most recent call last):
  File "bridge.py", line 4, in <module>
    import paho.mqtt.client as mqtt
ImportError: No module named paho.mqtt.client