From dc5443a79cadd715e04916e961c5642933e2b041 Mon Sep 17 00:00:00 2001 From: hockeygoalie35 Date: Mon, 25 Mar 2024 13:06:34 -0400 Subject: [PATCH] fix Jellyfish install, SMA pip command --- lidarr/setup.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lidarr/setup.bash b/lidarr/setup.bash index 6dd88a5..1175a1a 100644 --- a/lidarr/setup.bash +++ b/lidarr/setup.bash @@ -25,6 +25,7 @@ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicpa npm install -g miraclx/freyr-js &&\ echo "*** install python packages ***" && \ pip install --upgrade --no-cache-dir --break-system-packages \ + jellyfish==0.10 \ beets \ yq \ pyxDamerauLevenshtein \ @@ -49,8 +50,8 @@ touch ${SMA_PATH}/config/sma.log && \ chgrp users ${SMA_PATH}/config/sma.log && \ chmod g+w ${SMA_PATH}/config/sma.log && \ echo "************ install pip dependencies ************" && \ -python3 -m pip install --upgrade pip && \ -pip3 install -r ${SMA_PATH}/setup/requirements.txt +python3 -m pip install --break-system-packages --upgrade pip && \ +pip3 install --break-system-packages -r ${SMA_PATH}/setup/requirements.txt mkdir -p /custom-services.d