-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
types-networkx
is not installed by mypy --install-types
#18365
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
Comments
@hauntsaninja Wow that is quick. However, I have verified that |
Works for me on latest master. Are you sure you installed mypy from latest master correctly? (Try |
@hauntsaninja yes lol i have forgotten to pull. I'm wondering tho, where in the code is networkx included? I don't see it in your commit. Is it included by setuptools? Also close #18375 because that's before i see the reply. |
Bug Report
mypy --install-types
missing some libraries' type stubs.To Reproduce
mypy --install-types .
networkx
.Expected Behavior
mypy --install-types .
should installtypes-networkx
like it does for many different libraries.Actual Behavior
Does not
Your Environment
3.12
(but doesn't work for lower versions as well)--install-types .
mypy.ini
(and other config files):The text was updated successfully, but these errors were encountered: