Wes McKinney created ARROW-3351: ----------------------------------- Summary: [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 Fix For: 0.12.0
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)