-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ARROW-13108: [Python] Pyarrow 4.0.0 crashes upon import on macOS 10.13.6 #10587
Conversation
I think the issue is that we link brotli and lz4 from homebrew which built with 10.15 SDK. Investigating further. |
Submitted crossbow build: https://github.com/ursacomputing/crossbow/runs/2906443258 The vcpkg seems to rebuild the dependencies, I'm also checking what can be the issue there. |
We can built with newer SDKs but run on older macOS versions in a lot of cases in conda-forge. Thus I'm not fully sure whether the SDK is the sole issue source. We built |
The solution itself works:
I'm going to defer the following two to follow-ups, because they consume a lot of time:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, merging on green
I think we have been building the macos wheels with the wrong SDK from the latest iteration.
I managed to force-install the requested sdk version, but the vcpkg build fails with an sdk mismatch.
cc @kou @xhochy