Manuel83 / cbpi-mqtt

3 stars 11 forks source link

paho-MQTT not installing without sudo #4

Open HooTsBrooklyn opened 6 years ago

HooTsBrooklyn commented 6 years ago

In the instructions, it says to run "pip install paho-mqtt"

This did not work for me. I believe that pip must be run as sudo for this to install correctly. The command that worked for me was:

sudo pip install paho-mqtt

pedela commented 4 years ago

I can confirm this! Good point!