We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd6f81 commit f9a46ccCopy full SHA for f9a46cc
environment_setup/setup_software.sh
@@ -121,6 +121,13 @@ if ! sudo /opt/tbotspython/bin/pip3 install pyqt5 ; then
121
exit 1
122
fi
123
124
+if ! sudo /opt/tbotspython/bin/pip3 install --upgrade protobuf ; then
125
+ echo "##############################################################"
126
+ echo "Error: Installing protobuf failed"
127
128
+ exit 1
129
+fi
130
+
131
echo "================================================================"
132
echo "Done Upgrading Pip Version"
133
0 commit comments