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

Mypy cannot find library stubs #214

Open
ryanc-flare opened this issue Nov 30, 2023 · 0 comments
Open

Mypy cannot find library stubs #214

ryanc-flare opened this issue Nov 30, 2023 · 0 comments

Comments

@ryanc-flare
Copy link

I'm migrating from django-stubs to django-types. After uninstalling the former and installing django-types, mypy is unable to find library stubs for any django imports:

manage.py:10: error: Skipping analyzing "django.core.management": module is installed, but missing library stubs or py.typed marker  [import-untyped]

I removed the mypy_django_plugin from the mypy configuration since this package does not provide that, there is no other configuration instruction so I assumed it should "just work" after install but apparently not? What am I doing wrong here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant