lukedg97 commented on issue #45642:
URL: https://github.com/apache/arrow/issues/45642#issuecomment-2730344343
that did get past the other error. However it then hit these errors.
```
PythonKit/Python.swift:707: Fatal error: 'try!' expression unexpectedly
raised an error: Python exception: The pyarrow installation is not built with
support for 'flight'
(dlopen(/Users/lgardner/Library/Developer/Xcode/DerivedData/Lightning-aaozerigdgjtefbqlmjxigoerimg/Build/Products/Debug/Lightning
Desktop.app/Contents/Resources/app_packages/pyarrow/_flight.cpython-313-darwin.so,
0x0002): Library not loaded: /opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib
Referenced from: <9CCED245-857D-3601-B504-B23AE2415949>
/Users/lgardner/Library/Developer/Xcode/DerivedData/Lightning-aaozerigdgjtefbqlmjxigoerimg/Build/Products/Debug/Lightning
Desktop.app/Contents/Resources/app_packages/pyarrow/libarrow_flight.2000.dylib
Reason: tried:
'/Users/lgardner/Library/Developer/Xcode/DerivedData/Lightning-aaozerigdgjtefbqlmjxigoerimg/Build/Products/Debug/libcrypto.3.dylib'
(no such file), '/usr/lib/system/introspection/libcrypto.3.dylib' (no such
file, not in dyld cache), '/opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib'
(file system sandbox blocked open()),
'/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib'
(no such file), '/opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib' (file
system sandbox blocked open()))
Traceback:
File
"/Users/lgardner/Library/Developer/Xcode/DerivedData/Lightning-aaozerigdgjtefbqlmjxigoerimg/Build/Products/Debug/Lightning
Desktop.app/Contents/Resources/app/server.py", line 7, in <module>
import pyarrow.flight as flight
File
"/Users/lgardner/Library/Developer/Xcode/DerivedData/Lightning-aaozerigdgjtefbqlmjxigoerimg/Build/Products/Debug/Lightning
Desktop.app/Contents/Resources/app_packages/pyarrow/flight.py", line 67, in
<module>
raise ImportError(
f"The pyarrow installation is not built with support for 'flight'
({str(exc)})"
) from None
```
`The pyarrow installation is not built with support for 'flight'` is odd as
`-DARROW_FLIGHT=ON` is included in the cmake.
Perhaps `-DPARQUET_REQUIRE_ENCRYPTION=OFF` is incompatible? I am not sure
that flag is the correct one to exclude the symbols from the original issue
with app store compliance.
--
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]