paho-mqtt python
-
First did :
pip install --upgrade setuptoolsThen:
pip install paho-mqttError:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7Lu8bL/paho-mqtt/Anyone have a working method to getting mqtt sub through python.
I am trying to get the relay to be controlled via mqtt.
thanks
edit
tried installing paho-mqtt=1.2 still now luck
-
@k-t any one from onion that can get mqtt working on omega ???
-
@k-t The fix for this is in our Docs!
See https://docs.onion.io/omega2-docs/installing-and-using-python.html#using-pip-to-install-python-modules
Specifically look at the section entitled: Fixing the Setup Tools Issue