You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the same time as providing binaries for latest Pythons, it would be great to have them for windows environment
Unfortunately there are no wheels for windows at this time, but we'd be happy to take a PR to add that support.
Unfortunately I'm not an expert in proposing such generation PR specially when dealing with Python under windows. I've been able a few month ago to build with VisualStudio tools without problem
There is one token wheel being generated for Windows. You can download it from the CI artifacts. But there some big caveats:
As you can probably tell from the tag, this wheel is specifically for a C Python 3.12 mingw x86_64 Windows platform. This platform tag (mingw_x86_64_msvcrt_gnu) is unsupported by PyPi and cannot be uploaded with the rest of the wheels.
Same as the wheels for unix platforms, it requires glib at runtime
Unfortunately, I'm guessing that this wheel won't be a lot of use but I'm linking to it here on the off chance that it is helpful to someone.
Unfortunately I'm not an expert in proposing such generation PR specially when dealing with Python under windows. I've been able a few month ago to build with VisualStudio tools without problem
Originally posted by @pubpub-zz in #512 (comment)
The text was updated successfully, but these errors were encountered: