ResolutionTooDeep
in Pip
This post is not for help, but for collecting examples of where Pip's resolver fails with ResolutionTooDeep
. Your contributions will help test future improvements to the resolver's behavior.
When submitting an example, please provide the following:
pip --version
)python --version
)pip freeze
pyproject.toml
, requirements.txt
, or other relevant files (if applicable)
pyproject.toml
, please include the dependencies
value from the [project]
section.Pip version: 24.0
Python version: 3.11.6
OS: Ubuntu 22.04
$ pip install mypackage
Output:
ERROR: ResolutionTooDeep: xxx
Output of `pip freeze`:
package-a==1.2.3
package-b==4.5.6
...
Contents of `pyproject.toml`:
[project]
dependencies = [
"package-a==1.2.3",
"package-b==4.5.6"
]
(Or link to Gist: https://gist.github.com/your-gist)
๐ Why This Matters
By collecting real-world examples, we can better understand when and why the resolver goes too deep and improve Pip's behavior.
Thank you for helping us make Pip better!
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4