-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Area: PythonOS: Windowsawaiting-deploymentCode complete; awaiting deployment and/or deployment in progressCode complete; awaiting deployment and/or deployment in progressbugSomething isn't workingSomething isn't working
Description
Describe the bug
When I try to use Nuitka to compile with x64 Python and MinGW-w64, Nuitka throws the following exception:
Mismatch between Python pei-x86-64 and MinGW64 ('pei-i386') arches
The maintainer of Nuitka told me this is a real error. The arches must match. Either the x64 arch of MinGW-w64 is not installed, or an undocumented environment variable is needed to switch the arch.
The Software installed on GitHub-hosted runners page does not provide any guidance and confusingly lists MinGW instead of MinGW-w64 although choco install mingw installs MinGW-w64.
Virtual environments affected
- Windows Server 2019
Metadata
Metadata
Assignees
Labels
Area: PythonOS: Windowsawaiting-deploymentCode complete; awaiting deployment and/or deployment in progressCode complete; awaiting deployment and/or deployment in progressbugSomething isn't workingSomething isn't working