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.
Sqlite3 error after upgrade to 3.5
Forum rules
Help us help you:
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.
Re: Sqlite3 error after upgrade to 3.5
Centos 8, yes I followed the instruction.
Re: Sqlite3 error after upgrade to 3.5
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."
OK, what is the output of
Code: Select all
python3.9 -m pip install -r requirements.txt -URe: Sqlite3 error after upgrade to 3.5
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.
It is working now.
