[
https://issues.apache.org/jira/browse/ARROW-18150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631695#comment-17631695
]
Alenka Frim commented on ARROW-18150:
-------------------------------------
It seems this error gets solved with XCode 14.1, see
[https://stackoverflow.com/questions/73783158/xcode14-crash-on-launch-dyld-library-not-loaded-usr-lib-swift-libswiftcoregr]
I also tested it locally with the new XCode version and the test passed.
> [Python] test_cython failing on macOS
> -------------------------------------
>
> Key: ARROW-18150
> URL: https://issues.apache.org/jira/browse/ARROW-18150
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Alenka Frim
> Priority: Critical
>
> [https://github.com/apache/arrow/actions/runs/3315249930/jobs/5475594297#step:5:354]
> {code:java}
> ImportError:
> dlopen(/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pytest-of-runner/pytest-0/test_cython_api0/pyarrow_cython_example.cpython-310-darwin.so,
> 0x0002): Library not loaded: '@rpath/libarrow_python.1000.dylib'
> 357 Referenced from:
> '/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pytest-of-runner/pytest-0/test_cython_api0/pyarrow_cython_example.cpython-310-darwin.so'
> 358 Reason: tried: '/usr/local/lib/libarrow_python.1000.dylib' (no such
> file), '/usr/local/lib/libarrow_python.1000.dylib' (no such file),
> '/usr/local/lib/libarrow_python.1000.dylib' (no such file),
> '/usr/lib/libarrow_python.1000.dylib' (no such file) {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)