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

TIL article: Resolving issues with uv pip install when using multiple indices #2

Open
mivade opened this issue Sep 9, 2024 · 0 comments

Comments

@mivade
Copy link
Owner

mivade commented Sep 9, 2024

When doing uv pip install -r requirements.txt with an extra index URL there are sometimes errors about something not being able to be installed. The solution is to pass in the --index-strategy unsafe-best-match option.

See this issue for more details.

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