You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: