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

Joris Van den Bossche closed ARROW-13131.
-----------------------------------------
    Resolution: Resolved

> [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)

Reply via email to