Library Missing Stub File Typed #100
vinodkwb
started this conversation in
Show and tell
Replies: 1 comment
-
Hello @vinodkwb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for building the Microsoft MSSQL-PYTHON package!
Noticed that the package currently lacks the py.typed marker file, which causes linters to generate warnings after installation via pip. This file is necessary for type checkers to recognize the package as typed.
To resolve the issue, I followed these steps:
Hope this helps improve the package experience for others too!
Beta Was this translation helpful? Give feedback.
All reactions