PyArrow broke the build on ARM platform [Regression]
See original GitHub issuepip install apache-superset==0.35.1
on Raspbian (Raspberry pi 4, ARM) 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
- Use system with ARM architecture.
- 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!
- I have checked the superset logs for python stacktraces and included it here as text if there are any.
- I have reproduced the issue with at least the latest released version of superset.
- 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
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:17 (4 by maintainers)
Top Results From Across the Web
PyArrow broke the build on ARM platform [Regression]
I have tested the #8583 and I get the different error but also related to `pyarrow`. Here are the details: 1) created a...
Read more >Apache Arrow 8.0.0 Release
Apache Arrow 8.0.0 (6 May 2022) This is a major release covering more than 3 months of development. Download Source Artifacts Binary Artifacts...
Read more >Apache Arrow 6.0.0 Release
Apache Arrow 6.0.0 (26 October 2021) This is a major release covering more than 3 months of development. Download Source Artifacts Binary ...
Read more >Installing PyArrow — Apache Arrow v10.0.1
PyArrow is currently compatible with Python 3.7, 3.8, 3.9, 3.10 and 3.11. Using Conda¶. Install the latest version of PyArrow from conda-forge using...
Read more >pyarrow.compute.floor_temporal — Apache Arrow v10.0.1
On the other hand YYYY-mm-dd+1 00:00:00 will ceil, round and floor to YYYY-mm-dd+1 00:00:00. This can break the order of an already ordered...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the exact same issue on Windows 10 64-bit, Python 3.8 with Arrow 0.16.0 -
Requirement already satisfied: pyarrow==0.16.0 in c:\python38\lib\site-packages (0.16.0)
. When installing apache-superset==0.35.2, it fails with the error -ModuleNotFoundError: No module named 'numpy'
even though Numpy is installed fine and there are no environment conflicts -Requirement already satisfied: numpy in c:\python38\lib\site-packages (1.18.1)
.Update: I suspect this is tied to the following issue (https://github.com/apache/arrow/issues/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.
Issue-Label Bot is automatically applying the label
#bug
to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!Links: app homepage, dashboard and code for this bot.