-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Win] Windows wheels not available on pypi for 5.9.4 #2170
Comments
What error are you getting? Please paste |
This isn't just an issue for windows wheels. Wheels for most Python versions are missing. Take a look at the files for 5.9.4. There are wheels for Python 2.7, 3.6, and a Mac wheel for 3.8. By contrast, the files for 5.9.3 have wheels for many platform/OS and Python version combinations. When attempting to install the latest version of
(because there's no Linux wheel for Python 3.10 in my case) |
That's because we recently added wheels supporting multiple python versions, see #2102. Please paste the full output of |
Thanks @giampaolo for linking to that issue - today I learned about ABI3. Here's what I've found so far: The ABI3 wheel works fine on my
However, on my ARM64 (aka
This isn't ideal for my use case as we deploy to ARM64 devices, and it's preferred to use pre-built wheels when possible. I'll see if I can create a minimum working example of the failure and report back (I can't just paste output from my project without obfuscation). PS - thank you for |
Ok, that's because we currently are not distributing aarch64 wheels. There's another (or multiple) ticket for that so I'm closing this as a duplicate. :) |
Okay, on the The reason I was getting the
Was the exclusion of ARM64 wheel in |
@giampaolo - jinx! Commenting at the same time 😄 Okay - good to know you aren't distributing |
Look at INSTALL.rst. It tells what dependencies to install on Linux to compile from sources. |
@giampaolo sorry for the laste response, I didn't find the time to answer. Looking at our logs and the date of file upload some wheels have been missing at the initial release on Nov 7th. They have been added on Nov 8th and are fine now. |
Summary
OS: Windows
Architecture: 64bit, 32bit
Psutil version: 5.9.4
Python version: python3
Type: wheels
Description
Same problem as in 5.9.2 release (see #2134). Most wheels for Windows are missing.
Please take the time and check the deploy job to make sure it doesn't happen in the future. It's super inconvenient, especially if one uses "psutil~=5.9.0" as a requirement.
The text was updated successfully, but these errors were encountered: