I am using paho-mqtt 1.2 but time facing problem in connection to my mosquitto server hosted on AWS. I am getting RC value 1 which means "connection refused: unacceptable protocol version" I am able to connect to the server using paho-mqtt 1.1 version. How can I remove or uninstall paho-mqtt 1.2 version from raspberry pi?
Asked
Active
Viewed 1,011 times
0
-
How did you install the library? – hardillb Apr 29 '17 at 20:12
-
sudo python setup.py install – Himanshu mittal Apr 30 '17 at 05:25