gurgenyegoryan commented on issue #36894: URL: https://github.com/apache/arrow/issues/36894#issuecomment-1652967924
> How did you install pyarrow? Did you use wheel? Or source? If you use wheel, it doesn't work. Because pyarrow wheels include Apache Arrow C++ binaries. It conflicts with your self built Apache Arrow C++. @kou Yes, for pyarrow I use the wheel. But the question is that when I build an arrow from the sources and install the pyarrow wheel, cibuildwheel does not give problems, it works and works with the assembled module. But when i set arrow with conan and for pyarrow i use wheel then build of python module goes through and gives no error but when importing module it gives error` or segmentation error or above given error. -- 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]
