abcbarryn commented on issue #34341:
URL: https://github.com/apache/arrow/issues/34341#issuecomment-1449210184
So I updated now to gcc 11.2.1, and now pyarrow 11 (and 5) will build, but
with 11 I get an error at runtime, version 5 works correctly though.
# python
Python 3.9.16 (main, Dec 06 2022, 18:42:13) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyarrow
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib64/python3.9/site-packages/pyarrow/__init__.py", line
65, in <module>
import pyarrow.lib as _lib
ImportError:
/usr/local/lib64/python3.9/site-packages/pyarrow/libarrow_python.so: undefined
symbol: _ZN5arrow2io13FileInterface10CloseAsyncEv
>>> quit()
--
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]