Closed gil-andre closed 6 years ago
Crash issue is consistent, since deleting the entire virtual environment and re-creating produces the exact same crash, backtrace response at the same installation point.
What version of SQLite do you have? WITH statements (common table expressions) were introduced with 3.8.3 in 2014.
mordac ~>sqlite3 --version
3.25.0 2018-09-15 04:01:47 b63af6c3bd33152742648d5d2e8dc5d5fcbcdd27df409272b6aea00a6f761760
Version is 3.7.17... I suppose my problems come from here:
gil@udon:~$ sqlite3 --version
3.7.17 2013-05-20 00:56:22 118a3b35693b134d56ebd780123b7fd6f1497668
Closing the issue. Sorry for the noise!
Installing a brand new temboz on a Slackware 14.1 machine:
Everything works fine, following the instructions in the README file, until:
SQLite3 binary is present in
/usr/bin/sqlite3
List of packages installed by
pip
:Am I missing something? Many thanks in advance!