Mordechai Ben Zechariah created ARROW-13131:
-----------------------------------------------

             Summary: [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: 4.0.1, 2.0.0
            Reporter: Mordechai Ben Zechariah


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