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
❯ pip config set global.use-feature 2020-resolver
Writing to /Users/pradyunsg/.config/pip/pip.conf
❯ pip config unset global.use-feature
WARNING: --use-feature=2020-resolver no longer has any effect, since it is now the default dependency resolver in pip. This will become an error in pip 21.0.
Writing to /Users/pradyunsg/.config/pip/pip.conf
This now works as expected (current main, and I imagine the last release as well).
If you modify configuration using e.g.
it isn't possible to disable the resolver simply using
Instead, you'll need
I see this behavior on Fedora 30, Python 3.7 and pip 20.2.
After running
pip config set global.use-feature 2020-resolver
, thepip config debug
command showsOriginally posted by @akaihola in #8661 (comment)
The text was updated successfully, but these errors were encountered: