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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 \