You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
got this with version 0.21.1 from pypi. twitter-to-sqlite auth worked but then "twitter-to-sqlite user-timeline USER.db" produced a tracekback ending in "no such module: FTS5".
The text was updated successfully, but these errors were encountered:
On Wed, Jun 17, 2020 at 10:24 -0700, Simon Willison wrote:
That means your version of SQLite is old enough that it doesn't support the FTS5 extension.
Could you share what operating system you're running, and what the output is that you get from running this?
python -c 'import sqlite3; print(sqlite3.connect(":memory:").execute("select sqlite_version()").fetchone()[0])'
I can teach this tool to fall back on FTS4 if FTS5 isn't available.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#47 (comment)
got this with version 0.21.1 from pypi. twitter-to-sqlite auth worked but then "twitter-to-sqlite user-timeline USER.db" produced a tracekback ending in "no such module: FTS5".
The text was updated successfully, but these errors were encountered: