-
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
PyArrow broke the build on ARM platform [Regression] #8688
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Thank you for reporting this. Strange... any idea why it does not consider 0.14.1 has a valid version on RPI? |
I guess that you can add tags to the build regarding the supported architecture. Maybe However, even other versions fail during the |
This discussion about ARM support for arrow seems to be related: |
Have the same error on Wondows. Python 3.6.8, 3.7.5 |
#Anaconda prompt After installation, you should be able to point your browser to the right hostname:port http://localhost:8088 |
Hello @dpgaspar, thanks for looking into this. I have tested the #8583 and I get the different error but also related to Here are the details:
It sucessfully downloaded
Error:
Seems like |
The PyArrow installation docs "strongly" recommends using a 64-bit system, but it's a bit odd that older versions have worked for you. Have you tried the |
@robdiciuccio The old version simply worked for me because there was no However, the official I have tried the |
System info:
|
I got the same error on the beta version of After I installed @jingw222 could you please try to install the |
@jaksmid thank you for testing #8583, sorry that it did not work. RPI and ARM are not tested on superset and they are not a "normal" OS to deploy Superset on. Having said that I found this https://gist.github.com/heavyinfo/04e1326bb9bed9cecb19c2d603c8d521 on ARROW-7042, maybe it works. |
@jaksmid Yes exactly. That was not expected since numpy had just been compiled, built and installed in my local env, and I ran it in python without an issue.
|
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 |
I have the exact same issue on Windows 10 64-bit, Python 3.8 with Arrow 0.16.0 - Update: I suspect this is tied to the following issue (apache/arrow#5987) and since apache-superset expects pyarrow==0.15.1 which I am unable to downgrade to (from 0.16.0 because of the same issue reported above i.e. Numpy import failure) this issue manifests in the build of apache superset. |
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 |
pip install apache-superset==0.35.1
on Raspbian (Raspberry pi 4, ARM) ends withExpected results
Apache superset installs correctly.
Actual results
The installation ends with an error.
Screenshots
If applicable, add screenshots to help explain your problem.
How to reproduce the bug
pip install apache-superset==0.35.1
Environment
(please complete the following information):
0.35.1
3.7.3
Checklist
Make sure these boxes are checked before submitting your issue - thank you!
Additional context
I tried to installed the latest version of
pyarrow
(as I saw the recent not released bump to 0.15.1).This fails with:
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly
The text was updated successfully, but these errors were encountered: