Wes McKinney created ARROW-8067:
-----------------------------------
Summary: [Python] FindPython3 fails on Python 3.5
Key: ARROW-8067
URL: https://issues.apache.org/jira/browse/ARROW-8067
Project: Apache Arrow
Issue Type: Bug
Components: Python
Reporter: Wes McKinney
Fix For: 0.17.0
{code}
-- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
-- Found PythonInterp: C:/Miniconda/python.exe (found version "3.7.4")
-- Found PythonLibs: C:/Miniconda/libs/Python37.lib
CMake Error at cmake_modules/FindNumPy.cmake:58 (message):
NumPy import failure:
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'numpy'
Call Stack (most recent call first):
cmake_modules/FindPython3Alt.cmake:31 (find_package)
src/arrow/python/CMakeLists.txt:22 (find_package)
-- Configuring incomplete, errors occurred!
See also "C:/Users/wesmc/code/arrow/cpp/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/wesmc/code/arrow/cpp/build/CMakeFiles/CMakeError.log".
{code}
This appears to work in 0.16.0
--
This message was sent by Atlassian Jira
(v8.3.4#803005)