-
Notifications
You must be signed in to change notification settings - Fork 17
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
Wheel tool doesn't resolve whl for some versions #19
Comments
This seems to only be an issue with |
Interesting... So |
This appears to still be an issue. @tiagovtristao noticed a problem in the last couple of days with the wheel resolver tool not able to find wheels in the index for protobuf 3.18.1, and bumping the version again to 3.19.3 fixed it. So if this is going to keep happening we probably ought to get to the bottom of it. |
E.g. it's unable to find any wheels for version 3.12.2 of
protobuf
, even though it looks on PyPI like there are wheels available.The text was updated successfully, but these errors were encountered: