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 understand that there are many libraries at play here but downgrading pyarrow to 15.0.0 seems to make it work so I suppose the root cause lies on pyarrow side.
From reading the polars issue, is this a problem on their side with numpy 2.0?
I assume the reason this gets "fixed" by downgrading to pyarrow 15.0 is that this forces to install numpy < 2
jorisvandenbossche
changed the title
Segmentation Fault when used with plotly.graph_objects
[Python] Segmentation Fault when used with plotly.graph_objects
Jun 25, 2024
Describe the bug, including details regarding any error messages, version, and platform.
The following code produces a segmentation fault with
Downgrading pyarrow to 15.0.0 (or using plotly.express) works.
Component(s)
Python
The text was updated successfully, but these errors were encountered: