-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
import itsdangerous.exc
errors asking to --install-types
even if it is already installed
#10645
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
I assume that's due to the fact that in typeshed, there is no |
Also: itsdangerous 2.0.0+ ships a |
Similarly, from pytz.tzinfo import StaticTzInfo complains that I should install |
There seem to be at least three issues. First, Second, since Third, typeshed is missing some submodules of |
If we encounter an import of a submodule of a package with installed stubs, and the submodule doesn't exist, don't ask to install stubs since that's not going to help. Also make it possible to ignore this error using `--ignore-missing-imports`. Work on #10645.
If we encounter an import of a submodule of a package with installed stubs, and the submodule doesn't exist, don't ask to install stubs since that's not going to help. Also make it possible to ignore this error using `--ignore-missing-imports`. Work on #10645.
If we encounter an import of a submodule of a package with installed stubs, and the submodule doesn't exist, don't ask to install stubs since that's not going to help. Also make it possible to ignore this error using `--ignore-missing-imports`. Work on #10645.
seems fixed in 910 -- thanks for this! |
Bug Report
To Reproduce
Expected Behavior
no error
(Write what you thought would happen.)
Actual Behavior
Your Environment
--ignore-missing-imports
mypy.ini
(and other config files): noneThe text was updated successfully, but these errors were encountered: