-
Notifications
You must be signed in to change notification settings - Fork 738
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
Show dedicated hint for --unsafe-first-match
with PyTorch index
#5510
Comments
@zanieb -- For this one, do you think it's sufficient to show this if: we fail to resolve (can't find a valid version), and the failing package came from the first index, i.e., there are more indexes remaining? Is that too noisy? |
Yeah, I think the minimal idea is that if we have a I have a few improvements in mind but am not sure what information is available, e.g.:
I think with these we could provide really helpful messages. |
This is the hard one, because with |
I figured that might be the case, but we can try to solve that later. I think it'd be okay to have a low-priority pool checking the subsequent indexes in the background then finish the checks if needed for a no-solution error? 🤷♀️ |
This is so common that we should special-case it for a list of packages (like
requests
): astral-sh/rye#1282 (comment)The text was updated successfully, but these errors were encountered: