From 0d739764bb36429a4ef1f7de0548fd389b0e1a08 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Sun, 12 Jan 2025 15:41:14 +1000 Subject: [PATCH] Fix adventurelog externally managed --- install/adventurelog-install.sh | 1 + install/frigate-install.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/install/adventurelog-install.sh b/install/adventurelog-install.sh index 559475135..d336ab322 100644 --- a/install/adventurelog-install.sh +++ b/install/adventurelog-install.sh @@ -28,6 +28,7 @@ $STD apt-get install -y \ python3-pip \ openssh-server \ wget +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository" diff --git a/install/frigate-install.sh b/install/frigate-install.sh index 9e5cdffb0..722c05b61 100644 --- a/install/frigate-install.sh +++ b/install/frigate-install.sh @@ -20,6 +20,7 @@ msg_ok "Installed Dependencies" msg_info "Installing Python3 Dependencies" $STD apt-get install -y {python3,python3-dev,python3-setuptools,python3-distutils,python3-pip} +rm -rf /usr/lib/python3.*/EXTERNALLY-MANAGED $STD pip install --upgrade pip msg_ok "Installed Python3 Dependencies"