NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
whetsel
May 02, 2020Aspirant
ReadyNAS 314 trying to install Tautulli from GUI fails (Python fails as well)
I am running Plex and would like to use the Tautulli add-on but when I click install I get the normal pop up that says "Installing Tautulli... This process might take a few minutes. Please wait. Proc...
- May 15, 2020
I dont know if its because there is no support for Python2.7 as of Jan 1st 2020 or what, but I download Python 2.7.18 and compiled it before creating my own deb file. After installing the python deb from the GUI, I had Python and could now install Tautulli from the GUI. Of course Tautulli wont run from the GUI (user permissions maybe? I haven't dug into it), but I went to "/apps/tautulli/Tautulli.py" and ran it with the "python Tautulli.py" and presto chango its running. Hopefully this help others even if I did it wrong.
apt-get install checkinstall wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tgz tar zxvf Python-2.7.18.tgz cd Python-2.7.18 ./configure make checkinstall make install
whetsel
May 08, 2020Aspirant
Hopefully this helps some as well, I went and download the deb files from the ReadyNAS apps webpage. After I upload them to my NAS I attempted to installed them using dpkg and got dependency issues. I have attached the output from the terminal if it help at all, but it appears that I can't install Tautulli because of needing Python, then cant install Python because of Python related packages. @Mhynlo & @Poussin
u@NAS:/data/Upload/ReadyNAS# dpkg -i tautulli_2.0.22-ml2_all.deb Selecting previously unselected package tautulli. (Reading database ... 40773 files and directories currently installed.) Preparing to unpack tautulli_2.0.22-ml2_all.deb ... Unpacking tautulli (2.0.22-ml2) ... dpkg: dependency problems prevent configuration of tautulli: tautulli depends on python (>= 2.7); however: Package python is not installed. dpkg: error processing package tautulli (--install): dependency problems - leaving unconfigured Errors were encountered while processing: tautulli u@NAS:/data/Upload/ReadyNAS# dpkg -i pythonr6_1.0.0_all.deb (Reading database ... 43148 files and directories currently installed.) Preparing to unpack pythonr6_1.0.0_all.deb ... Unpacking pythonr6 (1.0.0) over (1.0.0) ... dpkg: dependency problems prevent configuration of pythonr6: pythonr6 depends on python (>= 2.7); however: Package python is not installed. pythonr6 depends on python-cheetah (>= 2.1); however: Package python-cheetah is not installed. pythonr6 depends on python-configobj (>= 4.7); however: Package python-configobj is not installed. pythonr6 depends on python-feedparser (>= 5.1); however: Package python-feedparser is not installed. pythonr6 depends on python-yenc (>= 0.3); however: Package python-yenc is not installed. pythonr6 depends on python-openssl (>= 0.6); however: Package python-openssl is not installed. dpkg: error processing package pythonr6 (--install): dependency problems - leaving unconfigured Errors were encountered while processing: pythonr6
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!