Implement step 1 in resolver rollout process
See original GitHub issueAs per https://github.com/pypa/pip/issues/8371#issuecomment-652422199:
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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
A Step-by-step Guide to Feature Rollout | VWO
Here's a guide on feature rollout that details upon its benefits, production and launch process, and metrics and variables you must track.
Read more >Software Rollout Plan: 12 Steps To Ensure Your Success (+ ...
1. Be clear about your organizational needs · 2. Look at it from your employees' point of view · 3. Identify any disruptions...
Read more >Planning guide to move to Microsoft Intune
Plan, design, and implement Microsoft Intune. Get guidance and advice to ... Production rollout phase 1, Sales and Marketing (2000 users).
Read more >Prepare and roll out a release - Play Console Help
Step 1 : Create a release ... A release is a combination of one or more app versions that you'll prepare to launch...
Read more >18 Customizing Deployment Procedures - Oracle Help Center
All the target lists declared while creating the procedure is listed in the drop down menu, select the target list to use for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
A simple
pip check
would suffice, no need to add any flags.Those are the two I can think of. I’ll try to review over the weekend - but this week’s been really busy so I have a lot to catch up on, so I’d say add those two and we can always add extra ones as and when we spot them.