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
Thanks for the report! That's an error directly from pip. While we can this improve in pip-tools it's worth opening an issue on pip's tracker to improve UX there. What do you think?
What's the problem this feature will solve?
Using the new
--resolver=backtracking
causes completely unreadable error messages when resolution isnt possible.Describe the solution you'd like
The old resolver's error messages were sufficient to explain to the user what was unresolvable, and legible for a human.
For an example, the new
--resolver=backtracking
(using pip-tools 6.12.3) gives:wherease the old resolver w/o
--resolver=backtracking
gives a readable explanation:Alternative Solutions
dont use new resolver.
Additional context
The text was updated successfully, but these errors were encountered: