Skip to content

Not able to build with Numpy support on Windows 10 #1200

Answered by Idclip
FeliciaBrisc asked this question in Q&A
Discussion options

You must be logged in to vote

Looks like CMake isn't setting Python_NumPy_VERSION for some reason. Can you try without providing the path for Python_INCLUDE_DIR=? If that doesn't work you can probably just set the version yourself to circumvent the issue i.e:cmake -DPython_NumPy_VERSION="1.21.2" <other args>"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@FeliciaBrisc
Comment options

@Idclip
Comment options

@FeliciaBrisc
Comment options

Answer selected by Idclip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants