We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
py.typed
With sentence-transformers==2.4.0:
sentence-transformers==2.4.0
from sentence_transformers import SentenceTransformer
Running mypy==1.8.0 on this, I am getting:
mypy==1.8.0
... error: Skipping analyzing "sentence_transformers": module is installed, but missing library stubs or py.typed marker [import-untyped]
Can we add a py.typed to this repo?
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #1723
Sorry, something went wrong.
No branches or pull requests
With
sentence-transformers==2.4.0
:Running
mypy==1.8.0
on this, I am getting:Can we add a
py.typed
to this repo?The text was updated successfully, but these errors were encountered: