Fix python errors...

This commit is contained in:
RandomNinjaAtk 2024-01-02 10:38:41 +00:00 committed by GitHub
parent d1c8fe26aa
commit dd9211256a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ apk add -U --update --no-cache \
ffmpeg \ ffmpeg \
yt-dlp yt-dlp
echo "************ install python packages ************" echo "************ install python packages ************"
pip install --upgrade --no-cache-dir -U \ pip install --upgrade --no-cache-dir -U --break-system-packages \
excludarr \ excludarr \
yq yq
echo "************ setup SMA ************" echo "************ setup SMA ************"
@ -32,8 +32,8 @@ echo "************ create logging file ************"
mkdir -p /config/extended/sma/config mkdir -p /config/extended/sma/config
touch /config/extended/sma/config/sma.log touch /config/extended/sma/config/sma.log
echo "************ install pip dependencies ************" echo "************ install pip dependencies ************"
pip install --upgrade pip --no-cache-dir pip install --upgrade pip --no-cache-dir --break-system-packages
pip install -r /config/extended/sma/setup/requirements.txt --no-cache-dir pip install -r /config/extended/sma/setup/requirements.txt --no-cache-dir --break-system-packages
chmod 777 -R /config/extended/sma chmod 777 -R /config/extended/sma
echo "************ install recyclarr ************" echo "************ install recyclarr ************"
mkdir -p /recyclarr mkdir -p /recyclarr