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

```bash > pipdeptree.exe Ignoring invalid distribution ~iztracer (C:\Users\imbat\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages) Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "c:\users\imbat\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\scripts\pipdeptree.exe\__main__.py", line 7, in...

[This](https://stackoverflow.com/a/52458096/174902) SO answer provides code to determine if a package is pure-python or is a c-extension: ```python from importlib.machinery import ExtensionFileLoader, EXTENSION_SUFFIXES import inspect import logging import os import os.path...

I tried to use the package to create requirements file but I find out that the output of pip list includes many packages which are no longer used and cannot...

I did `python -m pip install --upgrade pipdeptree` to install the package on a Windows 7 machine and it was installed into `C:\Program Files\Python38\Lib\site-packages\pipdeptree-2.2.1.dist-info\pipdeptree-2.2.1.dist-info` instead of just `C:\Program Files\Python38\Lib\site-packages\pipdeptree-2.2.1.dist-info`, causing...

This is supported by `pip freeze` argument `--path`, but currently not supported by `pipdeptree`.

Hello, I was trying to visualize the dependencies of the GemGIS package found here: https://github.com/cgre-aachen/gemgis using `pipdeptree -p gemgis --graph-output png > dependencies.png` However, this failed and only a bubble...

I was a bit surprised, that pipdeptree can not handle either extra, or test dependencies. See for example: **Expected:** ``` $ python -mpipdeptree pipdeptree==0.13.0 - pip [required: >=6.0.0, installed: 18.0]...

bug
help-wanted

windows 10 Python 3.10.2 pip 21.3.1 pipdeptree 2.2.1 Executing `pipdeptree -u` gives the following: ``` C:\Programs\Python\lib\site-packages\_distutils_hack\__init__.py:17: UserWarning: Distutils was imported before Setuptools, but importing Setuptools also replaces the `distutils` module...

Not sure how common of a use case this is - We have a script to verify the top level dependencies using pipdeptree. However, if a higher level dependency includes...

bug
help-wanted

pipdeptree used to run fine with the latest version of pip. Since Oct 11th pip version 21.3 is out and it broke the pipdeptree. `#14 [11/18] RUN pipdeptree #14 sha256:7c8f692e9903fb11ca8bb2f9cc2051d6f3fa68285ed3b7caaa0b3a349fa37796...