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

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
fidp
Newbie
Newbie
Posts: 16
Joined: March 3rd, 2021, 11:31 am

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

Post 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
Last edited by fidp on July 7th, 2022, 1:45 pm, edited 1 time in total.
fidp
Newbie
Newbie
Posts: 16
Joined: March 3rd, 2021, 11:31 am

Re: Sabyenc 5.4.2 installed, yet sabnzb doesnt see it

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

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

Post by sander »

Well done! The install indeed depends on user account and python version used by SAB.
Post Reply