Code commits
Pipeline
-
Rui Xue 8ad9560bbb93952f480dd4f9828f57bdc1ad28ac
PIPE-2742: Work around library compatibility issue with Python 3.12.
Newer Python 3.12 version (`3.12.12`) requires a newer version of SQLite that supports `sqlite3_deserialize`. The current Conda environment was linking to an older system library, causing ImportErrors. Fixing the SQLite version forces Conda-forge to install Python version `3.12.10` currently.