-
-
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
mypy cannot find stubs on more recent checkout #5071
Comments
@limburgher The layout of typeshed was completely reshuffled recently. See #2491 for details. The latest released mypy versions do not yet support the reshuffling, but mypy HEAD does. I would assume that this is the reason for your problems. |
Ah, thank you! |
Maybe @ilevkivskyi or @JukkaL can help with that. |
We don't have an exact date yet, but most likely in the next few weeks. |
Thanks, I'll watch for it! |
You can follow python/mypy#10116 Also I believe mypy HEAD no longer uses a submodule. |
Closing this here as there is nothing actionable for typeshed to be done. |
I'm the Fedora maintainer for mypy and typeshed. I recently updated our snapshot from d82d339 to bf583da, and at that point mypy could no longer find the stubs. I've reverted for now, but I'm wondering what might have changed to cause this, and how I can work about it.
The text was updated successfully, but these errors were encountered: