v1.2 - Add --break-system-packages to pip package installation

#212 - Solves this...?
This commit is contained in:
RandomNinjaAtk
2024-03-21 15:20:26 -04:00
committed by GitHub
parent 5810903b97
commit fb7ced4910

View File

@@ -1,6 +1,6 @@
#!/usr/bin/with-contenv bash
SMA_PATH="/usr/local/sma"
version="1.1"
version="1.2"
echo "*** install packages ***" && \
apk add -U --upgrade --no-cache \
@@ -24,7 +24,7 @@ echo "*** install freyr client ***" && \
apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicparsley && \
npm install -g miraclx/freyr-js &&\
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir \
pip install --upgrade --no-cache-dir --break-system-packages \
beets \
yq \
pyxDamerauLevenshtein \