File tree 1 file changed +15
-4
lines changed
1 file changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -1747,10 +1747,21 @@ How to upgrade and migrate
1747
1747
deliver part of your functionality, please test your integration
1748
1748
with pip 20.3.
1749
1749
1750
- 4. **Temporarily use the old resolver when necessary. ** If you run
1751
- into resolution errors and need a workaround while you're fixing
1752
- their root causes, you can choose the old resolver behavior
1753
- using the flag ``--use-deprecated=legacy-resolver ``.
1750
+ 4. **Troubleshoot and try these workarounds if necessary. **
1751
+
1752
+ - If pip is taking longer to install packages, read
1753
+ :ref: `Dependency resolution backtracking ` for ways to reduce the
1754
+ time pip spends backtracking due to dependency conflicts.
1755
+ - If you don't want pip to actually resolve dependencies, use the
1756
+ ``--no-deps `` option. This is useful when you have a set of package
1757
+ versions that work together in reality, even though their metadata says
1758
+ that they conflict. For guidance on a long-term fix, read
1759
+ :ref: `Fixing conflicting dependencies `.
1760
+ - If you run into resolution errors and need a workaround while you're
1761
+ fixing their root causes, you can choose the old resolver behavior using
1762
+ the flag ``--use-deprecated=legacy-resolver ``. This will work until we
1763
+ release pip 21.0 (see
1764
+ :ref: `Deprecation timeline for 2020 resolver changes `).
1754
1765
1755
1766
5. **Please report bugs ** through the `resolver testing survey `_.
1756
1767
You can’t perform that action at this time.
0 commit comments