You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Numpy support breaks with numpy 2.0. The cmake test fails:
-- Found Python: /usr/bin/python3 (found version "3.13.1") found components: Interpreter
-- Checking for threading support: std::thread
-- (added compiler flags: -pthread
-- Could NOT find Python (missing: Python_INCLUDE_DIRS Python_LIBRARIES Python_NumPy_INCLUDE_DIRS Interpreter Development NumPy Development.Module Development.Embed)
-- Checking VIGRANUMPY_DEPENDENCIES
-- Could NOT find Python (missing: Python_INCLUDE_DIRS Python_LIBRARIES Python_NumPy_INCLUDE_DIRS Interpreter Development NumPy Development.Module Development.Embed)
-- Python not found. Make sure that Python is in your PATH or set the appropriate variables as described in https://cmake.org/cmake/help/latest/module/FindPython.html
The text was updated successfully, but these errors were encountered:
Numpy support breaks with numpy 2.0. The cmake test fails:
The text was updated successfully, but these errors were encountered: