-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
docsDocumentation and websiteDocumentation and website
Description
I use misaki package from pypi which uses spacy.
When I run the script that uses it, it tried first to download something from pypi using pip but I use uv which doesn't have pip by default.
I can see in
Line 161 in b3c46c3
def download_model(
That you spawn pip for fetch models.
Can you fetch it with requests instead or letting the user decide where and when to fetch it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation and websiteDocumentation and website