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.
fidp
Newbie
Posts: 16 Joined: March 3rd, 2021, 11:31 am
Post
by fidp » July 7th, 2022, 1:13 pm
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
is
Python 3.10.0
Last edited by
fidp on July 7th, 2022, 1:45 pm, edited 1 time in total.
fidp
Newbie
Posts: 16 Joined: March 3rd, 2021, 11:31 am
Post
by fidp » July 7th, 2022, 1:44 pm
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
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
sander
Release Testers
Posts: 9429 Joined: January 22nd, 2008, 2:22 pm
Post
by sander » July 7th, 2022, 5:01 pm
Well done! The install indeed depends on user account and python version used by SAB.