From 1bb44dce21b26cef257be607fd21d41fbc599ab8 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 27 Mar 2024 16:42:25 -0400 Subject: [PATCH] add --break-system-packages --- sabnzbd/setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sabnzbd/setup.bash b/sabnzbd/setup.bash index cd6c889..d2ae402 100644 --- a/sabnzbd/setup.bash +++ b/sabnzbd/setup.bash @@ -15,7 +15,7 @@ InstallRequirements () { echo "*** install beets ***" apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/community beets echo "************ install python packages ************" - pip install --upgrade --no-cache-dir -U \ + pip install --upgrade --no-cache-dir --break-system-packages -U \ m4b-merge \ pyacoustid \ requests \