Skip to content

ERROR: Python dependency not found (on Windows) #558

Answered by rgommers
scott-guthridge asked this question in Q&A
Discussion options

You must be logged in to vote

What @dnicolodi suggests below should indeed fix this I think. If you change the first line of your meson.build to:

project('libvna', 'c', 'cython',

things should work.

The dependency detection for Python is going to look for the Python.h header and it needs a C (or C++) compiler for that.

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
6 replies
@rgommers
Comment options

@scott-guthridge
Comment options

@rgommers
Comment options

Answer selected by rgommers
@dnicolodi
Comment options

@eli-schwartz
Comment options

@dnicolodi
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@eli-schwartz
Comment options

@dnicolodi
Comment options

@dnicolodi
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants