Skip to content

Commit 2995237

Browse files
authored
Merge pull request #2848 from DetMoerk/patch-2
Update openwb-install.sh fixieren von paho-mqtt<2.0.0
2 parents 293ef7d + dcd8c9f commit 2995237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openwb-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ echo "check for paho-mqtt"
101101
if python3 -c "import paho.mqtt.publish as publish" &> /dev/null; then
102102
echo 'mqtt installed...'
103103
else
104-
sudo pip3 install paho-mqtt
104+
sudo pip3 install "paho-mqtt<2.0.0"
105105
fi
106106

107107
#Adafruit install

0 commit comments

Comments
 (0)