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/01/20 01:37:00 UTC

[jira] [Closed] (ARROW-3351) [Python] Build failure on macOS

     [ https://issues.apache.org/jira/browse/ARROW-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-3351.
-------------------------------

> [Python] Build failure on macOS
> -------------------------------
>
>                 Key: ARROW-3351
>                 URL: https://issues.apache.org/jira/browse/ARROW-3351
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>            Reporter: Wes McKinney
>            Priority: Major
>
> Just started seeing this in Travis CI
> {code}
> CMake Error at cmake_modules/FindNumPy.cmake:62 (message):
>   NumPy import failure:
>   dyld: lazy symbol binding failed: Symbol not found: _getentropy
>     Referenced from: /Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/libpython2.7.dylib
>     Expected in: /usr/lib/libSystem.B.dylib
>   
>   dyld: Symbol not found: _getentropy
>     Referenced from: /Users/travis/build/apache/arrow/pyarrow-test-2.7/lib/libpython2.7.dylib
>     Expected in: /usr/lib/libSystem.B.dylib
>   
> Call Stack (most recent call first):
>   src/arrow/python/CMakeLists.txt:23 (find_package)
> -- Configuring incomplete, errors occurred!
> See also "/Users/travis/build/apache/arrow/cpp-build/CMakeFiles/CMakeOutput.log".
> See also "/Users/travis/build/apache/arrow/cpp-build/CMakeFiles/CMakeError.log".
> The command "$TRAVIS_BUILD_DIR/ci/travis_script_python.sh 2.7" exited with 1.
> {code}



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