Hi, I just want to run "kedro catalog list", then I got this error below:
Copy code
NotSupportedError: deterministic=True requires SQLite 3.8.3 or higher
Which library with which version should I install?
l
Laura Couto
10/31/2024, 2:55 PM
Hey @Shu-Chun Wu, what version of SQLite are you using? The error message seems to be pointing out that you are trying to use a feature available only on version 3.8.3 or higher.
s
Shu-Chun Wu
11/03/2024, 3:17 PM
I have SQLAlchemy==2.0.36, but another virtual environment has the same version and no pysqlite3 still working. And there is no 3.8.3 version for pysqlite3.
https://pypi.org/project/pysqlite3/#history
Shu-Chun Wu
11/04/2024, 3:54 PM
@Laura Couto I am not sure whether it's library problem.