You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On windows, only Python 3.9 ships with a version of sqlite that supports/enables json querying. Older versions throw this error:
Google Docs [Cello] artifact executing
Reading Google Docs artifact had errors!
Error was no such function: json_extract
Exception Traceback: Traceback (most recent call last):
File "c:\github\ALEAPP\scripts\ilap_artifacts.py", line 164, in process_artifact
method(files_found, report_folder, seeker)
File "c:\github\ALEAPP\scripts\artifacts\Cello.py", line 84, in get_Cello
''')
sqlite3.OperationalError: no such function: json_extract
Need to refactor query to fix this.
The text was updated successfully, but these errors were encountered:
If you run with python < 3.9, it will still produce the exception, as no action was taken. However, since we now recommend 3.9, I am not inclined to spend time to fix it. The issue remains open as it is not fixed.
On windows, only Python 3.9 ships with a version of sqlite that supports/enables json querying. Older versions throw this error:
Need to refactor query to fix this.
The text was updated successfully, but these errors were encountered: