[
https://issues.apache.org/jira/browse/ARROW-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17367183#comment-17367183
]
Joris Van den Bossche commented on ARROW-13131:
-----------------------------------------------
This is fixed in the mean time upstream in conda-forge, see
https://github.com/conda-forge/arrow-cpp-feedstock/issues/461
> [python] Missing lib on parquet import
> ---------------------------------------
>
> Key: ARROW-13131
> URL: https://issues.apache.org/jira/browse/ARROW-13131
> Project: Apache Arrow
> Issue Type: Bug
> Components: Parquet, Python
> Affects Versions: 2.0.0, 4.0.1
> Reporter: Mordechai Ben Zechariah
> Priority: Major
>
> Hi
> I think there is a major bug with the conda dependency installation
>
> {code:java}
> mamba create pyarrow -n testpyarrow
> ...
> libthrift 0.14.2
> ...
> conda activate testpyarrow
> python
> >>> import pyarrow._parquet as _parquet
> importerror: libthrift.so.0.14.1: cannot open shared object file: no such
> file or directory
> mamba install libthrift=0.14.1
> python
> >>> import pyarrow._parquet as _parquet
> >>>{code}
> libthrift 0.14.2 released 4 days ago...
> [https://github.com/apache/thrift/releases]
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)