Hi, I'm still having the same problem. I'm working on `dask_yarn` and need to read hdfs files. I have installed `arrow-cpp 0.10.0` and `parquet-cpp 1.5.0.pre`, but when I try to import pyarrow I get the following error:
``` > --------------------------------------------------------------------------- > ImportError Traceback (most recent call last) > <ipython-input-2-852643f3aad4> in <module>() > ----> 1 import pyarrow as pa > > ~/anaconda3/lib/python3.6/site-packages/pyarrow/__init__.py in <module>() > 58 > 59 > ---> 60 from pyarrow.lib import cpu_count, set_cpu_count > 61 from pyarrow.lib import (null, bool_, > 62 int8, int16, int32, int64, > > ImportError: > /home/fcuser/anaconda3/lib/python3.6/site-packages/pyarrow/../../../libparquet.so.1: > undefined symbol: > _ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE12maybe_assignERKS9_ > ``` I reinstalled the the packages put I'm still getting the same error `conda install --offline -f arrow-cpp-0.10.0-py36h70250a7_0.tar.bz2 parquet-cpp-1.5.0.pre-h83d4a3d_0.tar.bz2` Any suggestions? [ Full content available at: https://github.com/apache/arrow/issues/2213 ] This message was relayed via gitbox.apache.org for [email protected]
