jaksmid edited a comment on issue #8688: PyArrow broke the build on ARM platform [Regression] URL: https://github.com/apache/incubator-superset/issues/8688#issuecomment-560506632 Hello @dpgaspar, thanks for looking into this. I have tested the #8583 and I get the different error but also related to `pyarrow`. Here are the details: 1) created a fresh virtual environment (`Python 3.7.3`) 2) tried to install the merge commit of [#8583](https://github.com/apache/incubator-superset/pull/8583) - [fc12e53ff58e32756bd7fcf5f0013f424b2fc901](https://github.com/apache/incubator-superset/commit/fc12e53ff58e32756bd7fcf5f0013f424b2fc901) by running `pip install git+git://github.com/apache/incubator-superset.git@fc12e53ff58e32756bd7fcf5f0013f424b2fc901` It sucessfully downloaded `pyarrow==0.15.1`. Got error during ``` Building wheels for collected packages: pyarrow Building wheel for pyarrow (PEP 517) ... error ``` Error: ``` ERROR: Command errored out with exit status 1: command: /home/pi/.virtualenvs/superset-arrow/bin/python3 /home/pi/.virtualenvs/superset-arrow/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /tmp/tmpz55jr2rb cwd: /tmp/pip-install-mfsz8sux/pyarrow Complete output (428 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-armv7l-3.7 creating build/lib.linux-armv7l-3.7/pyarrow ... Lots of copy files lines ... running build_ext creating build/temp.linux-armv7l-3.7 -- Running cmake for pyarrow cmake -DPYTHON_EXECUTABLE=/home/pi/.virtualenvs/superset-arrow/bin/python3 -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release /tmp/pip-install-mfsz8sux/pyarrow error: command 'cmake' failed with exit status 1 ---------------------------------------- ERROR: Failed building wheel for pyarrow Running setup.py clean for pyarrow Failed to build pyarrow Building wheels for collected packages: apache-superset, msgpack Building wheel for apache-superset (setup.py) ... done Created wheel for apache-superset: filename=apache_superset-0.999.0.dev0-cp37-none-any.whl size=19405754 sha256=70769042bd106ea807ab21a0a2aee23e186339a749baf91323613cdb5f019bda Stored in directory: /tmp/pip-ephem-wheel-cache-9vxgy7gv/wheels/79/01/4b/64bb882d74d8f02a24d1df1b4521a46c0cf61cbc03fd76b970 Building wheel for msgpack (setup.py) ... done Created wheel for msgpack: filename=msgpack-0.6.2-cp37-cp37m-linux_armv7l.whl size=264049 sha256=433873d162ac01e013ffe2e2f0d8eda2bc96c67bfdff9c2e37ac826dc79feaf5 Stored in directory: /home/pi/.cache/pip/wheels/27/e6/c7/adc38b19993e22e1f7bea6ff388c7fcda941a2a17258d6e8f3 Successfully built apache-superset msgpack ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly ``` Seems like `pyarrow` does not like `32 bit ARM` builds.
---------------------------------------------------------------- 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]
