From 33a16655bd3a6a6d451dd64532099d9b4a530049 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sat, 13 Apr 2024 21:07:29 +1000 Subject: [PATCH] [PiAlert] Fix pip issues --- install/pialert-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/pialert-install.sh b/install/pialert-install.sh index 85c2c43bc..df8e1c10d 100644 --- a/install/pialert-install.sh +++ b/install/pialert-install.sh @@ -51,6 +51,7 @@ msg_info "Installing Python Dependencies" $STD apt-get -y install \ python3-pip \ python3-requests +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip3 install mac-vendor-lookup $STD pip3 install fritzconnection $STD pip3 install cryptography