hi Juan — evidently this has something to do with the manylinux201x toolchain. You might bubble this issue up to dev@ and also open a Jira issue with as much information needed to help reproduce
On Mon, Apr 26, 2021 at 12:36 PM Juan J Galvez <[email protected]> wrote: > Hello, > > > > The shared libraries in the pyarrow pip package apparently cannot be > called from C++17 compiled code. Compilation works when using the > `pyarrow/include` headers provided with the pip package, but at dynamic > linking I get this error when linking with libarrow.so.300: > > > > undefined symbol: > _ZN5arrow8internal14DieWithMessageERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE > > > > The Arrow libraries in conda-forge pyarrow and arrow-cpp packages don’t > have this issue. The symbol is present in the library and code compiled > with C++11 or C++17 works. > > > > Thanks >
