Skip to content

Avoid using pip for download models #13747

@thewh1teagle

Description

@thewh1teagle

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

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation and website

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions