Replies: 2 comments
-
with the following setting:
The following code can be run:
but the following code still core dump:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Your test passes in the latest version on 3.13 without any segfault:
Do you still have a problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following demo code shown in the Fury website cannot be run with pyfury==0.4.1 (the latest):
Environment:
RHEL9.2 (5.14.0-284.25.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC )
python 3.9.16
Steps to reproduce:
It prints the following error:
According to the error message, I install the pyarrow. I try the following
pip intall pyarrow
pip install pyarrow==14.0.0 # according to README in fury.python
pip install pyarrow==12.0.0 # according to setup.py in fury/python
None works.
In the error message, it complains the numpy 2.0.0 is incompatible. I install numpy with
pip install numpy==1.26.4
Beta Was this translation helpful? Give feedback.
All reactions