setuptools version
57.4.0
Python version
3.1-
OS
Windows (ARM)
Additional environment information
No response
Description
setuptools uses cli-64.exe and gui-64.exe to generate wrapper script binaries for arm64 platform and creates x86_64 executables and they can't be executed on win/arm64 machines.
Expected behavior
setuptools should generate arm64 binaries
How to Reproduce
- Use example from https://setuptools.readthedocs.io/en/latest/userguide/entry_point.html
- python setup.py install
- run hello_world.exe
Output
Program 'hello-world.exe' failed to run: The specified executable is not a valid application for this OS platform.At line:1 char:1
Code of Conduct
setuptools version
57.4.0
Python version
3.1-
OS
Windows (ARM)
Additional environment information
No response
Description
setuptools uses cli-64.exe and gui-64.exe to generate wrapper script binaries for arm64 platform and creates x86_64 executables and they can't be executed on win/arm64 machines.
Expected behavior
setuptools should generate arm64 binaries
How to Reproduce
Output
Code of Conduct