-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows build fails when adding introspection integration #265
Comments
DjLegolas
added a commit
to DjLegolas/graphene
that referenced
this issue
Apr 20, 2024
When compiling with Gobject integration on Windows, the build fails because it finds the incorrect python interpreter. Closes: ebassi#265
DjLegolas
added a commit
to DjLegolas/graphene
that referenced
this issue
Aug 16, 2024
When compiling with Gobject integration on Windows, the build fails because it finds the incorrect python interpreter. Closes: ebassi#265
DjLegolas
added a commit
to DjLegolas/graphene
that referenced
this issue
Oct 9, 2024
When compiling with Gobject integration on Windows, the build fails because it finds the incorrect python interpreter. Closes: ebassi#265
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have encountered an issue on Windows with
MSVC
and-Dintrospection=enabled
.The build fails on:
src\meson.build:100:2: ERROR: <ExternalProgram 'python3' -> ['C:\\hostedtoolcache\\windows\\Python\\3.12.3\\x64\\python.exe']> is not a valid python or it is missing setuptools
It also have been reported at the gvsbuild, a package to help building GTK on Windows.
I managed to resolve it locally but when trying to verify the fix on Github Actions, the build fails.
The text was updated successfully, but these errors were encountered: