You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/05/25 19:34:00 UTC

[jira] [Closed] (ARROW-5980) [Python] Missing libarrow.so and libarrow_python.so in wheel file

     [ https://issues.apache.org/jira/browse/ARROW-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-5980.
-------------------------------
    Resolution: Not A Problem

Our current wheels don't have this problem

> [Python] Missing libarrow.so and libarrow_python.so in wheel file
> -----------------------------------------------------------------
>
>                 Key: ARROW-5980
>                 URL: https://issues.apache.org/jira/browse/ARROW-5980
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Python
>    Affects Versions: 0.14.0
>            Reporter: Haowei Yu
>            Priority: Major
>              Labels: wheel
>
> I have installed the pyarrow 0.14.0 but it seems that by default you did not provide symlink of libarrow.so and libarrow_python.so. Only .so file with version suffix is provided. Hence, I cannot use the output of pyarrow.get_libraries() and pyarrow.get_library_dirs() to build my link option. 
> If you provide symlink, I can pass following to the linker to specify the library to link. e.g. g++ -L/<install_location> -larrow -larrow_python 
> However, right now, the ld ouput complains not being able to find -larrow and -larrow_python



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