pipdeptree icon indicating copy to clipboard operation
pipdeptree copied to clipboard

A command line utility to display dependency tree of the installed Python packages

Results 72 pipdeptree issues
Sort by recently updated
recently updated
newest added

Since I have run across pipdeptree, it has become the single most important tool for me for analyzing package dependencies when something goes wrong with the dependencies. Kudos to the...

enhancement

pipdeptree --version = 2.2.0 I'm trying to make use of this very helpful utility, to compare/contrast various "non-host" environments i've built using conda. i have this simple script: condaBase="/fullPathTo/miniconda3/" envs="scipy...

* Fix #105 I think this should be a good start to move away entirely from pip. The only part I'm not clear about is the `local_only` and `user_only` flag....

i.e. like an API request? this way i dont have to call it via external cmd way like "pipdeptree pacakge -json"

Added test support for linux aarch64.in check.yml. @naiquevin Could you please review this PR?

With the lastest pip version : ``` Traceback (most recent call last): File "/home/ubuntu/env/lib/python3.8/site-packages/pip/_vendor/packaging/requirements.py", line 104, in __init__ req = REQUIREMENT.parseString(requirement_string) File "/home/ubuntu/env/lib/python3.8/site-packages/pip/_vendor/pyparsing.py", line 1955, in parseString raise exc File...

Hi, I run "pip install jira" on a fresh environment i see that its installing "PyJWT==2.0.1" and "cryptography==3.3.1" i run pipdeptree and see image ![image](https://user-images.githubusercontent.com/42116482/106932239-2c9c7e80-6720-11eb-9553-238a43c8c305.png) i see PyJWT==2.0.1 and cryptography==3.3.1...

I am having a problem resolving conflicting versions of packages from several requirements.txt files needed to setup a venv. Is there a way to use pipdeptree to show the dep...

Hi I have installed argparse version 1.4.0 but pepdeptree shows a warning that tells, "Possibly conflicting dependency. - argparse [required: >=1.3.0, installed: 1.1]" I have installed version 1.4.0 but it...