jaksmid opened a new issue #8688: PyArrow broke the build on ARM platform [Regression] URL: https://github.com/apache/incubator-superset/issues/8688 `pip install apache-superset==0.35.1` on Raspbian (Raspberry pi 4) ends with ``` ERROR: Could not find a version that satisfies the requirement pyarrow<0.15.0,>=0.14.1 (from apache-superset) (from versions: 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.14.0, 0.15.1) ERROR: No matching distribution found for pyarrow<0.15.0,>=0.14.1 (from apache-superset) Version `0.34.1` installed correctly. ``` ### Expected 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 1. Use system with ARM architecture. 2. Run `pip install apache-superset==0.35.1` ### Environment (please complete the following information): - superset version: `0.35.1` - python version: `3.7.3` - OS: Linux raspberrypi 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019 armv7l GNU/Linux ### Checklist Make sure these boxes are checked before submitting your issue - thank you! - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. ### 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`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
