You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Abishek Muthian (Jira)" <ji...@apache.org> on 2019/12/19 16:30:00 UTC

[jira] [Comment Edited] (ARROW-7423) Pyarrow ARM install fails from source with no clear error

    [ https://issues.apache.org/jira/browse/ARROW-7423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000185#comment-17000185 ] 

Abishek Muthian edited comment on ARROW-7423 at 12/19/19 4:29 PM:
------------------------------------------------------------------

[~yibo] You're correct, much appreciated. I used sudo because there were some packages being written to dist-packages; the environment was not passed to sudo and using *sudo -E python3 setup.py* install did the job.

I've written a [gist|https://gist.github.com/heavyinfo/04e1326bb9bed9cecb19c2d603c8d521] detailing all the setups needed to build and install arrow, pyarrow in ARM if anyone needed. 

Thank you.


was (Author: abishek_muthian):
[~yibo] You're correct, much appreciated. I used sudo because there were some packages being written to dist-packages; the environment was not passed to sudo and using *sudo -E python3 setup.py* install did the job.

I've written a [gist|[https://gist.github.com/heavyinfo/04e1326bb9bed9cecb19c2d603c8d521]] detailing all the setups needed to build and install arrow, pyarrow in ARM if anyone needed. 

Thank you.

> Pyarrow ARM install fails from source with no clear error
> ---------------------------------------------------------
>
>                 Key: ARROW-7423
>                 URL: https://issues.apache.org/jira/browse/ARROW-7423
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.15.1
>         Environment: ARMv8 Jetson Nano with CUDA capable GPU
> Ubuntu 18.04.1
> gcc version 7.4.0
> cmake version 3.10.2
>            Reporter: Abishek Muthian
>            Priority: Major
>
> After removing certain non ARM CPU flags to fix another issue(#7422) install fails without clear error. Since pyarrow package in the pip has configuration errors, building from the source is the only option but the installation fails due to several issues, this being one of them.
> *Arrow CPP build and install has been successful.*
> *Pyarrow build successful according to the [guide|https://github.com/apache/arrow/blob/master/docs/source/developers/python.rst] available here.*
> *But installation fails after successful build during,*
> {{sudo python3 setup.py install}}
> {{Complete logs in the external issue URL.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)