[
https://issues.apache.org/jira/browse/ARROW-5980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haowei Yu updated ARROW-5980:
-----------------------------
Description:
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
was:
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
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
> [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
(v7.6.14#76016)