You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, thank you! According to the mentioned issue, I checked the return value of distutils.utils.get_platform() and found that it gives the wrong result in a Developer Command Prompt:
I would have never figured this out, believing that this information should be built into the binary at compile time! Well, using a vanilla Command Prompt does the trick.
Description
When downloading binary packages on Windows, pip seems to look for the wrong suffix:
-win32
instead of the expected-amd64
(see below).Expected behavior
No response
pip version
21.1.1
Python version
3.8.2
OS
Windows 64bit
How to Reproduce
python -m pip download -d C:/Temp --only-binary :all: numpy
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: