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)