-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
-- 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".This appears to work in 0.16.0
Reporter: Wes McKinney / @wesm
Related issues:
- [Python] Add wheel build script and Crossbow configuration for Windows on Python 3.5 (is related to)
Note: This issue was originally created as ARROW-8067. Please see the migration documentation for further details.