[ https://issues.apache.org/jira/browse/ARROW-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660374#comment-17660374 ]
Rok Mihevc commented on ARROW-3351: ----------------------------------- This issue has been migrated to [issue #19683|https://github.com/apache/arrow/issues/19683] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [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 (v8.20.10#820010)