This message was deleted.
# ask-anything
s
This message was deleted.
e
looks like an issue with the sqlite version you're running. can you share your version?
Copy code
import sqlite3; sqlite3.sqlite_version
w
Copy code
import sqlite3
sqlite3.version
'2.6.0'
Strange because my system claims I have 3.7 🤷 will figure out how to update
thanks!
e
yeah. that's strange. I'd assume the version would start with 3.x.y
np, let us know if we can help with anything!