Join the Kedro community

Updated 2 weeks ago

Resolving the NotSupportedError: deterministic=True requires SQLite 3.8.3 or higher

Hi, I just want to run "kedro catalog list", then I got this error below:

NotSupportedError: deterministic=True requires SQLite 3.8.3 or higher
Which library with which version should I install?

L
S
3 comments

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

I am not sure whether it's library problem.

Add a reply
Sign up and join the conversation on Slack