From c450875cd4d71799b8c6337e77a057de79d14f4d Mon Sep 17 00:00:00 2001 From: Daisuke Sato Date: Mon, 6 Mar 2023 12:36:55 +0900 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 257291e..fe95aeb 100755 --- a/install.sh +++ b/install.sh @@ -47,6 +47,7 @@ sudo sed -i "s|BASEDIR|$BASEDIR|" /usr/bin/battery_monitor cd /tmp wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py +sudo pip install setuptools==58.2.0 # temporary fix https://github.com/mangdangroboticsclub/mini_pupper_ros/pull/45#discussion_r1104759104 ### Install LCD driver sudo apt install -y python3-dev