2023-08-20, 15:44
(2023-08-20, 15:09)ronie Wrote: it's just a guess (tried googling the error you get) and i think Ubuntu 18.04, which is installed on your NAS) is a bit too old.
the soupsieve addon module needs at least python 3.7 as far as i could find.
i think Ubuntu 18.04 only ships with python 3.6....
I can install Python 3.10 as an addon but then it must me launched directly, like this:
[~] # /opt/python3/bin/python3
Python 3.10.4 (main, May 6 2022, 08:22:01) [GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
[~] #