Skip to content
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

Closed
sobolevn opened this issue Nov 2, 2022 · 5 comments · Fixed by #9068
Closed

Comments

@sobolevn
Copy link
Member

sobolevn commented Nov 2, 2022

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?

@JelleZijlstra
Copy link
Member

Screen Shot 2022-11-02 at 10 31 13 AM

Nothing is cached.

@AlexWaygood
Copy link
Member

Doesn't look like we have anything cached:

image

@sobolevn
Copy link
Member Author

sobolevn commented Nov 2, 2022

🤔

Thanks for checking!

Why is it failing then?
Another idea is that pip resolver is broken in some very specific way.

@JelleZijlstra
Copy link
Member

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.

@JelleZijlstra
Copy link
Member

See also google/pytype#1308.

@AlexWaygood AlexWaygood changed the title A lot of CI failures bacause of No matching distribution found for pytype==2022.08.30 A lot of CI failures because of No matching distribution found for pytype==2022.08.30 Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants