Page 1 of 1

Sabyenc 5.4.2 installed, yet sabnzb doesnt see it (fixed)

Posted: July 7th, 2022, 1:13 pm
by fidp
Hey guys,

I installed 3.6 but sabnzbd keeps saying "SABYenc uitgeschakeld, geen bruikbare versie gevonden! (V4.0.2 gevonden, V5.4.2 verwacht)"

But when I use

Code: Select all

python3 -c "import sabyenc3; print(sabyenc3.__version__, sabyenc3.__file__);"
it prints :
5.4.2 /home/pi/.local/lib/python3.10/site-packages/sabyenc3.cpython-310-arm-linux-gnueabihf.so
my

Code: Select all

python3 --version
is
Python 3.10.0

Re: Sabyenc 5.4.2 installed, yet sabnzb doesnt see it

Posted: July 7th, 2022, 1:44 pm
by fidp
Apparently I didn't have a pip3.9

Code: Select all

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
and then

Code: Select all

python3.9 get-pip.py
created a pip3.9 for me.

All i did then in the sabnzbd directory was a

Code: Select all

 pip3.9 install -r requirements.txt

Re: Sabyenc 5.4.2 installed, yet sabnzb doesnt see it (fixed)

Posted: July 7th, 2022, 5:01 pm
by sander
Well done! The install indeed depends on user account and python version used by SAB.