Hello I'm trying to setup PMM on my Qnap TS-431P using the metamanager.wiki site.
I get to the point where I am to test the newly created config file when the terminal gives me this:
Traceback (most recent call last):
File "//plex_meta_manager.py", line 176, in <module>
from modules.builder import CollectionBuilder
File "/modules/builder.py", line 4, in <module>
from modules import anidb, anilist, flixpatrol, icheckmovies, imdb, letterboxd, mal, plex, radarr, reciperr, sonarr, tautulli, tmdb, trakt, tvdb, mdblist, util
File "/modules/tvdb.py", line 3, in <module>
from lxml.etree import ParserError
ImportError: libxslt.so.1: cannot open shared object file: No such file or directory
I also tried setting it up with the ssh terminal with this command: $ docker run --rm -it -v "PMM_PATH_GOES_HERE:/config:rw" meisnate12/plex-meta-manager --run
It gives me the exact same error
