-
Notifications
You must be signed in to change notification settings - Fork 94
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
glib fails to build with No module named 'distutils.msvccompiler'
#2176
Comments
It seems that this was fixed in upstream: https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/490 conda-forge/gobject-introspection-feedstock#76 will fix this. |
Or can we use old distutils for now? |
I'm OK waiting for the update; we could also pip install gobject-introspection for now? |
gobject-introspection isn't distributed via pip... |
Ah... |
Ok well it's probably easy enough to pin old distutils for the time being too |
Work around apache#2176. Fixes apache#2163.
Work around apache#2176. Fixes apache#2163.
What happened?
The glib build seems to be failing on a few PRs with
No module named 'distutils.msvccompiler'
. From a tiny bit of reading it looks like this was removed in setuptools 74 (or maybe 75, since that was released a few days ago). Do we need to pin a version of that somewhere or use a different version of gobject-introspection?Stack Trace
https://github.com/apache/arrow-adbc/actions/runs/10951989992/job/30410093912?pr=2157#step:10:73
How can we reproduce the bug?
No response
Environment/Setup
No response
The text was updated successfully, but these errors were encountered: