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
I have seen some other similar cases of error appearing upon installation of extensions. These referred to 0.3.X or so releases and had mostly to do with extension files not being found.
I am running DuckDB 0.7.1 and Python 3.10.10 on Windows 10 in the following pipenv:
also tried downloading the file and installing manually without success:
importduckdbif__name__=="__main__":
# File lies in CWDduckdb.install_extension("json.duckdb_extension")
both cases deliver the same error with no error message and no stack trace:
Traceback (most recent call last):
File "c:\dev\projects\openai\debug.py", line 10, in <module>
con.execute("INSTALL 'json';")
duckdb.IOException
thereby making it difficult to debug it further. I do not think this seems like a problem finding the installation file, not a syntax error in my DB query.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have seen some other similar cases of error appearing upon installation of extensions. These referred to 0.3.X or so releases and had mostly to do with extension files not being found.
I am running DuckDB 0.7.1 and Python 3.10.10 on Windows 10 in the following pipenv:
Here is my simplest failing code snippet:
also tried downloading the file and installing manually without success:
both cases deliver the same error with no error message and no stack trace:
thereby making it difficult to debug it further. I do not think this seems like a problem finding the installation file, not a syntax error in my DB query.
Any help would be appreciated.,
Thanks in advance,
D.
Beta Was this translation helpful? Give feedback.
All reactions