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

Avoid using pip for download models #13747

Open
thewh1teagle opened this issue Feb 9, 2025 · 2 comments
Open

Avoid using pip for download models #13747

thewh1teagle opened this issue Feb 9, 2025 · 2 comments

Comments

@thewh1teagle
Copy link

thewh1teagle commented Feb 9, 2025

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?

@omri374
Copy link
Contributor

omri374 commented Feb 28, 2025

You could consider downloading the models from Github: https://github.com/explosion/spacy-models/releases

@thewh1teagle
Copy link
Author

But how can I prevent it from downloading automatically?

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

2 participants