Skip to content
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

Open
DjLegolas opened this issue Apr 19, 2024 · 0 comments · May be fixed by #266
Open

Windows build fails when adding introspection integration #265

DjLegolas opened this issue Apr 19, 2024 · 0 comments · May be fixed by #266

Comments

@DjLegolas
Copy link

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.

@DjLegolas DjLegolas linked a pull request Apr 19, 2024 that will close this issue
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant