From 707a8a1f4f76e207d3a4534edf6e72678aa69440 Mon Sep 17 00:00:00 2001 From: Nicole Parrot Date: Thu, 26 Apr 2018 10:00:43 -0400 Subject: [PATCH] Fix Mutex update (#303) --- Setup/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Setup/install.sh b/Setup/install.sh index fba99614..29299ffb 100755 --- a/Setup/install.sh +++ b/Setup/install.sh @@ -274,6 +274,11 @@ sudo cp -R $ROBOT_DIR/Firmware/SoftwareServo/ /usr/share/arduino/libraries/ sudo chmod +x gopigo sudo cp gopigo /usr/bin + +# remove old libraries, as Mutex is being searched in here instead of +# the proper place +sudo pip uninstall gopigo -y +sudo pip3 uninstall gopigo -y cd $ROBOT_DIR/Software/Python python setup.py install --force python3 setup.py install --force