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 68 pipdeptree issues
Sort by recently updated
recently updated
newest added

hello, just to let you know that when ```Possibly conflicting dependencies found``` the version detection breaks see: ```` tars-900:scratch/gensoft_tests > pipdeptree --user Warning!!! Possibly conflicting dependencies found: * h5py==2.8.0 -...

bug
help-wanted

I'd like to use pipdeptree to detect conflicting dependencies - those that will cause problems with pkg_resources when imported or are otherwise not meeting their declared requirements. For that, this...

enhancement

On macOS 10.13 and Python 3.7.1, the [code in the README](https://github.com/naiquevin/pipdeptree/tree/51af7dd8d250b93401acd9388aecda62bcdc2e7e#using-pipdeptree-to-write-requirementstxt-file) does not work. ```Python traceback ~/Documents $ mkdir pipdeptree ~/Documents $ cd pipdeptree/ ~/Documents/pipdeptree $ python3 -m venv venv...

enhancement

If ``isatty(sys.stdout)``, then do not spew a PNG or similar not-so-legible stuff onto the console (I **did** have a WTF moment), instead write it to a tempfile and either ``webbrowser.open_new_tab()``...

enhancement
help-wanted

Use filled node with different color for graph output, make it's clean for top level package and it's dependencies. Changes in `dump_graphviz(tree, output_format='dot')`: ```python dependencies = set() for deps in...

enhancement

Suggest change `project_name` to lower case, since pip package name is case insensitive. Packages like Pillow, Pygments and PyYAML often has different spellings in other package's dependency list. This will...

bug
duplicate

It would be nice if the dependency reporting could be limited to a specific project directory. Usually, I'm not interested in all dependencies of all packages, but only in the...

tobeconfirmed

How difficult would it be to add a --license command line switch and then pipdeptree would output not only the package name and version but also the contents of the...

enhancement
help-wanted

Hey naiquevin, In one of my virtual environments I have the cx_Oracle package installed. It requires no dependencies, and isn't a dependency of any other package. However, when running pipdeptree...

tobeconfirmed

`scikit-image` (https://pypi.python.org/pypi/scikit-image) depends on `dask[array]` (https://pypi.python.org/pypi/dask) (not visible on PyPI but this can be checked by installing in a clean venv). `dask[array]` itself depends on `toolz` and `numpy`. pipdeptree does...

tobeconfirmed