From d760f4b7d8900309f8eedbc31ecea177727b6b99 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 22 Mar 2024 18:02:50 -0400 Subject: [PATCH] add --break-system-packages --- radarr/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radarr/setup.bash b/radarr/setup.bash index ec22eb3..980a92b 100644 --- a/radarr/setup.bash +++ b/radarr/setup.bash @@ -16,7 +16,7 @@ apk add -U --update --no-cache \ ffmpeg \ yt-dlp && \ echo "************ install python packages ************" && \ -pip install --upgrade --no-cache-dir -U \ +pip install --upgrade --no-cache-dir -U --break-system-packages \ excludarr \ yq && \ echo "************ setup SMA ************" && \