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

Missing library stubs or py.typed #154

Open
LittleBread69 opened this issue Jan 9, 2025 · 1 comment
Open

Missing library stubs or py.typed #154

LittleBread69 opened this issue Jan 9, 2025 · 1 comment

Comments

@LittleBread69
Copy link

LittleBread69 commented Jan 9, 2025

Whenever PyWavefront is imported into projects like import pywavefront as wavefront or import pywavefront, MyPy gives the following error: error: Skipping analyzing "pywavefront": module is installed, but missing library stubs or py.typed marker [import-untyped].

Is there a way to add library stubs or py.typed?

Edit: Typos

@LittleBread69
Copy link
Author

If it helps, I can point to documentation's section about import-untyped.
MyPy suggests to make a PEP 561 compliant stub file.

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