-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Unable to build on Alpine Linux with PyArrow 0.15.1 #8843
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@uros-tm thank you so much for this info. Guess we'll have to wait for 0.15.2 to bump the dependency on superset |
It seems the issue is tracked by the Arrow team and will be resolved in the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
PyArrow dep was bumped to 0.15.1 recently. Unfortunately the installation of this version errors out on Alpine as below.
Expected results
Successful installation on Alpine of PyArrow, subsequently Superset..
Actual results
Have tried 2 routes: 1. a direct pip install, and 2. a manual build of PyArrow 0.15.1.
pyarrow==0.15.1
fails as follows, even though numpy was installed:Note that
flatbuffers_ep
is gone in Arrow since 0.15.1 was cut, and PyArrow builds fine on Alpine from the project's master.How to reproduce
Simple build with pre-reqs:
Environment
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
Best route for Alpine at this point seems to be
Am I missing something? Any other thoughts / pointers?
The text was updated successfully, but these errors were encountered: