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

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

Philipp Moritz created ARROW-5671:
-------------------------------------

             Summary: [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


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)