Re: sqlite3.OperationalError: no such module: fts5
Posted by
Jiba on
URL: http://owlready.306.s1.nabble.com/sqlite3-OperationalError-no-such-module-fts5-tp1103p1733.html
Hello,
FTS5 is available in Sqlite3 since version 3.9.0. However, it may or may not be compiled.
According to the following link, Anaconda does not include FTS5.
https://github.com/ContinuumIO/anaconda-issues/issues/9034If not available, the best option is probably to install a fresh version of Python.
Jiba