You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/21 00:25:01 UTC

[jira] [Commented] (ARROW-5671) [crossbow] mac os python wheels failing

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

Wes McKinney commented on ARROW-5671:
-------------------------------------

I'll go ahead and leave this open since there's a different issue beyond adding Flight to the wheels.

I think this was added in https://github.com/apache/arrow/commit/18ccbb9d1d7a9dc361d32c2c33e1d603bc448b52#diff-23eeeb4347bdd26bfc6b7ee9a3b755dd. I will try to fix

> [crossbow] mac os python wheels failing
> ---------------------------------------
>
>                 Key: ARROW-5671
>                 URL: https://issues.apache.org/jira/browse/ARROW-5671
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Philipp Moritz
>            Priority: Blocker
>
> The building of (all?) macOS python wheels is currently failing with
> {code:java}
> Traceback (most recent call last):
>   File "<string>", line 3, in <module>
>   File "/Users/travis/build/pcmoritz/crossbow/venv/lib/python3.7/site-packages/pyarrow/__init__.py", line 49, in <module>
>     from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: dlopen(/Users/travis/build/pcmoritz/crossbow/venv/lib/python3.7/site-packages/pyarrow/lib.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libarrow_boost_system.dylib
>   Referenced from: /Users/travis/build/pcmoritz/crossbow/venv/lib/python3.7/site-packages/pyarrow/libarrow.14.dylib
>   Reason: image not found{code}
> Not sure where this was introduced :(



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)