windows launcher generates x86_64 binary for arm64 platform · Issue #10489 · pypa/pip (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@niyas-sait

Description

@niyas-sait

Description

Windows launchers created by pip for arm64 platform generate x86_64 binary and it cannot be executed on win/arm64 machines.

pip uses windows launchers from distlib library and distlib library is yet not updated to handle arm64 windows launchers.

Expected behavior

No response

pip version

21.3.dev0

Python version

3.10

OS

Windows (ARM)

How to Reproduce

  1. Install any package which generates wrapper scripts (e.g: pip install cython )
  2. Run the installed binary ( e.g: cython.exe )

Output

No response

Code of Conduct