-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
A lot of CI failures because of No matching distribution found for pytype==2022.08.30
#9067
Comments
🤔 Thanks for checking! Why is it failing then? |
Could be that setup-python now installs 3.11.0, and pytype 2022.8.30 doesn't have wheels for 3.11. (Though there's also an sdist, not sure why that isn't picked up.) The most recent pytype release still doesn't have 3.11 wheels, so we may have to pin to 3.10 for now. |
See also google/pytype#1308. |
No matching distribution found for pytype==2022.08.30
No matching distribution found for pytype==2022.08.30
Example: https://github.com/python/typeshed/actions/runs/3379717081/jobs/5611639599
I am not sure we can anything from our side, except trying to clear cache: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#managing-caches
I cannot do this myself, can someone else please try it?
The text was updated successfully, but these errors were encountered: