Skip to content

Mismatch between Python pei-x86-64 and MinGW-w64 pei-i386 arches #102

@fireundubh

Description

@fireundubh

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

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions