1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update resolver failure issue template

Update "about" to be more consistent with other templates. Add link to pipdevtree.
This commit is contained in:
Nicole Harris 2020-05-10 13:34:44 +01:00 committed by GitHub
parent c0c78e169d
commit 0c8e97f9a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
--- ---
name: Dependency resolver failures / errors name: Dependency resolver failures / errors
about: Use this issue type to report when the pip dependency resolver fails about: Report when the pip dependency resolver fails
labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"] labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"]
--- ---
@ -14,7 +14,8 @@ labels: ["K: UX", "K: crash", "C: new resolver", "C: dependency resolution"]
- Any inputs to pip, for example: - Any inputs to pip, for example:
- any package requirements: any CLI arguments and/or your requirements.txt file - any package requirements: any CLI arguments and/or your requirements.txt file
- any already installed packages, outputted via `pip freeze` - any already installed packages, outputted via `pip freeze`
It would be great if you could also include your dependency tree. For this you can use pipdeptree: https://pypi.org/project/pipdeptree/
For users installing packages from a private repository or local directory, please try your best to describe your setup. For users installing packages from a private repository or local directory, please try your best to describe your setup. We'd like to understand how to reproduce the error locally, so would need (at a minimum) a description of the packages you are trying to install, and a list of dependencies for each package.
We'd like to understand how to reproduce the error locally, so would need (at a minimum) a description of the packages you are trying to install, and a list of dependencies for each package.
--> -->