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-tp2473p2475.html

Thanks for your answer,

When I try to get my SQLite version on my CMD, I've this answer :

$ sqlite3 --version
==> 3.34.1

And when I try to get it with your Python Code, I've this one :
python3 main.py
==> 2.6.0

I think my Python isn't inform that I've updated my SQLite

I've already removed SQLite and install it again (only the 3.34 version)
How tell it to my python ?