Sqlite3 error after upgrade to 3.5

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
slam666
Newbie
Newbie
Posts: 3
Joined: February 23rd, 2022, 9:05 am

Sqlite3 error after upgrade to 3.5

Post by slam666 »

Hi,
I just upgraded to 3.5 and I had python 3.6, so I had to upgrade python, up to 3.9 and when I start sabnzb I am getting the following error, I also tried python 3.10, same error, any idea?

ModuleNotFoundError: No module named '_sqlite3'

Thanks.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Sqlite3 error after upgrade to 3.5

Post by sander »

On which OS is that?

Did you read & follow https://sabnzbd.org/wiki/installation/i ... ff-modules ?
slam666
Newbie
Newbie
Posts: 3
Joined: February 23rd, 2022, 9:05 am

Re: Sqlite3 error after upgrade to 3.5

Post by slam666 »

Centos 8, yes I followed the instruction.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Sqlite3 error after upgrade to 3.5

Post by sander »

slam666 wrote: February 23rd, 2022, 9:59 am Centos 8
Which one? CentOS Linux 8 or CentOS Stream 8

Because First google hit: "CentOS Linux 8 will reach End Of Life (EOL) on December 31st, 2021."


slam666 wrote: February 23rd, 2022, 9:59 am yes I followed the instruction.
OK, what is the output of

Code: Select all

python3.9 -m pip install -r requirements.txt -U
slam666
Newbie
Newbie
Posts: 3
Joined: February 23rd, 2022, 9:05 am

Re: Sqlite3 error after upgrade to 3.5

Post by slam666 »

ok found the issue, I installed python from source so I need to add sqlite support to it, its not enable by default.
It is working now.
Post Reply