NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
whetsel
May 03, 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 14, 2020Aspirant
Just got done extracting and reviewing the XML file from the Pythonr6 DEB file and all it does is attempt to install the pythonr6 package the same as doing an apt install pythonr6 does, so of course its going to fail without the dependancies. I suppose the next stop is trying to figure out how to install these.
pythonr6 : Depends: python (>= 2.7) but it is not going to be installed Depends: python-cheetah (>= 2.1) but it is not going to be installed Depends: python-configobj (>= 4.7) but it is not going to be installed Depends: python-feedparser (>= 5.1) but it is not going to be installed Depends: python-yenc (>= 0.3) but it is not going to be installed Depends: python-openssl (>= 0.6) but it is not going to be installed
whetsel
May 15, 2020Aspirant
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
- whetselMay 15, 2020Aspirant
FYI the ./configure line should look like this, but I can't edit my answer anymore
./configure --prefix=/usr --enable-shared
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!