Changes between Initial Version and Version 1 of Ticket #30964, comment 1
- Timestamp:
- Nov 7, 2019, 9:38:08 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30964, comment 1
initial v1 1 1 Pretty sure this is related to the SQLite version installed. 2 2 3 What does `python -c"import sqlite3; print(sqlite3. version_info, sqlite3.sqlite_version)"` yield?3 What does `python -c"import sqlite3; print(sqlite3.sqlite_version)"` yield? Anything lower than 3.8.3 is expected to fail.