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
{{ message }}
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Current binaries available from https://anaconda.org/carlkl/mingwpy/files are packed into wheels, which means they require pip to be installed. If compiler can be distributed as a plain GCC .zip then people using SCons and other similar tools to build Python extensions can use standard ways to specify path to the compiler.
This is useful in situations when Python modules are built only as a part of larger C project (RHVoice, libtorrent, ...) so they can be compiled both by GCC and MSVC. It also can be useful for game engines that use Python as a scripting language and that would like to keep their users safe from complicated details of Python packaging toolchain - python -> distutils -> setuptools -> pip -> wheels.