westonpace commented on issue #10488: URL: https://github.com/apache/arrow/issues/10488#issuecomment-871093859
> ImportError: BUILDPATH/build/helperfuncs.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN5arrow6StatusC1ENS_10StatusCodeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE This error (I think, a bit out of my depth here) means that two of your components are built with different versions of glibc. > undefined symbol: _Py_ZeroStruct This probably indicates a mismatch between the python headers you compiled with and the python so file that you are dynamically linking with. Sorry for the delay, I missed the earlier ping. Installing with Anaconda shouldn't be required but getting a correct setup can be tricky. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
