windows launcher generates x86_64 binary for arm64 platform · Issue #10489 · pypa/pip (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
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
- Install any package which generates wrapper scripts (e.g: pip install cython )
- Run the installed binary ( e.g: cython.exe )
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.