Re: sqlite3.OperationalError: no such table: sqlite_schema

Posted by simonstephan on
URL: http://owlready.306.s1.nabble.com/sqlite3-OperationalError-no-such-table-sqlite-schema-tp2473p2477.html

And now, when I make it directly in my terminal :

$ python3
Python 3.8.5 (default, May 27 2021, 13:30:53)
>>> import sqlite3
>>> sqlite3.sqlite_version
'3.31.1'