Skip to content

Commit

Permalink
Fix setuptools installation
Browse files Browse the repository at this point in the history
58.3.0 or newer setuptools have deprecated setup.py.
https://setuptools.pypa.io/en/latest/history.html#v58-3-0
We still need to use the old version: colcon/colcon-core#454 (comment)
  • Loading branch information
Tiryoh committed Mar 6, 2023
1 parent b1089b2 commit a5787c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5787c2

Please sign in to comment.