From 280831b54b99aab1d79d621591310b0e33f98c6d Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Mon, 16 Oct 2023 09:28:56 -0400 Subject: [PATCH] Depend more on pip for python packages than apt --- packages/packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/packages.sh b/packages/packages.sh index 9ab5602..bd5bd90 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -2,8 +2,8 @@ # Python 3 echo "Python 3 packages:" -sudo apt-get -y --ignore-missing install python3-all python3-dev python3-tk idle3 python3-pip python3-pyqt5 python3-serial python3-can python3-protobuf python3-numpy python3-pil.imagetk python3-gi spyder3 python3-pyside2.* -sudo apt-get -y --ignore-missing install gpsd gpsd-clients gpsbabel libgps-dev +sudo apt-get -y --ignore-missing install python3-all python3-dev python3-tk idle3 python3-pip python3-serial python3-can python3-protobuf python3-numpy python3-pil.imagetk python3-gi spyder3 python3-pyside2.* +sudo apt-get -y --ignore-missing install gpsd gpsbabel libgps-dev # Python addons python3 -m pip install --upgrade pip