You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/10/25 08:24:00 UTC

[jira] [Commented] (ARROW-18150) [Python] test_cython failing on macOS

    [ https://issues.apache.org/jira/browse/ARROW-18150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17623651#comment-17623651 ] 

Antoine Pitrou commented on ARROW-18150:
----------------------------------------

Looking at https://github.com/apache/arrow/actions/runs/3312112544/jobs/5468390672 (successful) and https://github.com/apache/arrow/actions/runs/3314008525/jobs/5472742523 (failed, same PR), one difference is XCode went from 13.2.1 to 14.0.1.

Also these linker warnings have started appearing:
{code}
ld: warning: -undefined dynamic_lookup may not work with chained fixups
{code}


> [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)