Page 1 of 1
Sqlite3 error after upgrade to 3.5
Posted: February 23rd, 2022, 9:15 am
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.
Re: Sqlite3 error after upgrade to 3.5
Posted: February 23rd, 2022, 9:36 am
by sander
Re: Sqlite3 error after upgrade to 3.5
Posted: February 23rd, 2022, 9:59 am
by slam666
Centos 8, yes I followed the instruction.
Re: Sqlite3 error after upgrade to 3.5
Posted: February 23rd, 2022, 10:04 am
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
Re: Sqlite3 error after upgrade to 3.5
Posted: February 23rd, 2022, 10:15 am
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.