You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/02 17:55:16 UTC

[GitHub] [incubator-superset] jaksmid commented on issue #8688: PyArrow broke the build on ARM platform [Regression]

jaksmid commented 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
   ```
   
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org