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

failover on multiple indexes #10462

Open
yuzhichang opened this issue Jan 10, 2025 · 0 comments
Open

failover on multiple indexes #10462

yuzhichang opened this issue Jan 10, 2025 · 0 comments

Comments

@yuzhichang
Copy link

yuzhichang commented Jan 10, 2025

My scenario is:
The access to pypi.org is slow, or even broken very often. There are some public pypi mirrors here but none is stable (reachable, fast, can serve query and downloading) enough. These mirrors are hosted by famous companies or universities so I trust them.
I want "uv pip install" to pick the fastest and up-to-date one among them. If it's broken (reachable but cannot serve query and downloading for some unknown reason), the try another one.

As far as I know, neither pip nor uv failovers on multiple indexes. This forced me to change index from time to time. This is annoying.

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

1 participant