-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segmentation fault - Python 3.10 on Mac M3 #2706
Comments
@slanton-a please use the latest version and report back :) |
@ion-elgreco Same result with |
@slanton-a can you compile from main and then import? |
@ion-elgreco Not sure I follow, give a step by step and I will try to reproduce |
@slanton-a long answer
libarrow -> pyarrow |
@sherlockbeard thanks for checking! We can keep the pyarrow at min 8.0.0 though, since most platforms that works fine I'll close this issue then |
What is the upper limit for pyarrow? @ion-elgreco |
@slanton-a there is no upper limit |
@ion-elgreco sorry I meant to ask about a lower limit. Since |
Lower limit is 8.0.0. But this is simply the requirement for pyarrow code to be compatible with our codebase. In this case your platform of choice is not working with pyarrow I guess, but that's not something we could resolve |
Got it, the error indeed seems to come from the line |
Environment
Python: 3.10.14
Mac OS: 14.4
Delta-rs version:
0.15.0
Binding:
Environment:
Bug
Importing
deltalake
results insegmentation fault
errorWhat happened:
pip install pyarrow==8.0.0 deltalake==0.15.0 numpy==1.26.4
segmentation fault
errorWhat you expected to happen:
No error on exit
How to reproduce it:
see above
More details:
The text was updated successfully, but these errors were encountered: