v1.2 - Add --break-system-packages to pip package installation
#212 - Solves this...?
This commit is contained in:
parent
5810903b97
commit
fb7ced4910
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue