Closed
Description
As per #8371 (comment):
We need to:
- Add a warning on
pip install X
for users who are likely to experience problems with the new resolver - Allow users to turn on the new resolver with
--use-feature=2020-resolver
- Remove
--unstable-feature=resolver
- Raise an error when a user uses
--unstable-feature=resolver
- pointing the users to use--use-feature=2020-resolver
instead.
UX TODO: @ei8fdb and I can provide the text for the error and warning messages.