Hi, I just want to run "kedro catalog list", then ...
# questions
s
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
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
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
@Laura Couto I am not sure whether it's library problem.