lukedg97 commented on issue #45642:
URL: https://github.com/apache/arrow/issues/45642#issuecomment-2715206394

   I did get a whl build with `-DARROW_BUILD_SHARED=ON`
   
   but got this runtime error:
   ```
   PythonKit/Python.swift:707: Fatal error: 'try!' expression unexpectedly 
raised an error: Python exception: 
dlopen(/Users/.../Xcode/DerivedData/myApp/Build/Products/Debug/myApp.app/Contents/Resources/app_packages/pyarrow/lib.cpython-313-darwin.so,
 0x0002): symbol not found in flat namespace 
'__ZN5arrow7compute7Grouper13MakeGroupingsERKNS_12NumericArrayINS_10UInt32TypeEEEjPNS0_11ExecContextE'
   Traceback:
     File 
"/Users/.../Xcode/DerivedData/myApp/Build/Products/Debug/myApp.app/Contents/Resources/app/server.py",
 line 7, in <module>
       import pyarrow.flight as flight
     File 
"/Users/.../Xcode/DerivedData/myApp/Build/Products/Debug/myApp.app/Contents/Resources/app_packages/pyarrow/__init__.py",
 line 61, in <module>
       import pyarrow.lib as _lib
   ```


-- 
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]

Reply via email to