Re: sqlite3.OperationalError: no such module: fts5

Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/sqlite3-OperationalError-no-such-module-fts5-tp1103p1106.html

Hi,

It seems that your version of Python do not have SQLite with FTS (Full-Text-Search) support.

Under Linux, SQLite can be a shared library, so you should update Python but also SQLite3.

Jiba