From 8ae7c7504114790708825426a6e8789c47a8dd9d Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Mon, 16 Oct 2023 10:41:07 -0400 Subject: [PATCH] Remove bad packages --- packages/packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/packages.sh b/packages/packages.sh index bd5bd90..03f8b45 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -4,6 +4,7 @@ echo "Python 3 packages:" 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 +sudo apt-get -y remove python3-gps python3-matplotlib # Python addons python3 -m pip install --upgrade pip