Skip to content

Commit 6367a71

Browse files
SMA requirements workaround bugfix
#279
1 parent d08d495 commit 6367a71

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

radarr/setup.bash

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,20 @@ echo "************ setup SMA ************"
2323
if [ -d "${SMA_PATH}" ]; then
2424
rm -rf "${SMA_PATH}"
2525
fi
26+
echo "*********SMA WORKAROUND ************"
27+
pip3 install --break-system-packages \
28+
requests \
29+
idna \
30+
requests-cache \
31+
babelfish \
32+
tmdbsimple \
33+
mutagen \
34+
guessit \
35+
subliminal \
36+
python-dateutil \
37+
stevedore \
38+
cleanit \
39+
plexapi
2640
echo "************ setup directory ************" && \
2741
mkdir -p ${SMA_PATH} && \
2842
echo "************ download repo ************" && \

0 commit comments

Comments
 (0)