Hi, I just want to run "kedro catalog list", then I got this error below:
NotSupportedError: deterministic=True requires SQLite 3.8.3 or higherWhich library with which version should I install?
Hey , 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.
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