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
When I use Python 3.12 and try to run the get_as_df() method in a Jupyter notebook cell, I get the following error where the kernel dies.
On debugging this further with @mxwli, we found that it's related to a numpy version issue.
The moment I run this command pip install numpy~=1.26, the get_as_df() method works.
We should probably find a way to solve this issue without the user having to manually manage their numpy version that's older than current Pandas versions require.
Are there known steps to reproduce?
Run the attached notebook. The CSV file has this schema:
prrao87
changed the title
Bug: Kùzu and Pandas on Python causes kernel crash in Jupyter notebook
Bug: Numpy version issue causes Jupyter notebook kernel crash when outputting results as Pandas
Jul 5, 2024
Kùzu version
v0.4.2
What operating system are you using?
macOS Sonoma 14.5
What happened?
When I use Python 3.12 and try to run the
get_as_df()
method in a Jupyter notebook cell, I get the following error where the kernel dies.On debugging this further with @mxwli, we found that it's related to a numpy version issue.
The moment I run this command
pip install numpy~=1.26
, theget_as_df()
method works.We should probably find a way to solve this issue without the user having to manually manage their numpy version that's older than current Pandas versions require.
Are there known steps to reproduce?
Run the attached notebook. The CSV file has this schema:
The query run is below:
test.ipynb.zip
The text was updated successfully, but these errors were encountered: