Contents

pipdeptree 2.17.0

0

Command line utility to show dependency tree of packages.

Command line utility to show dependency tree of packages.

Stars: 2666, Watchers: 2666, Forks: 145, Open Issues: 15

The tox-dev/pipdeptree repo was created 10 years ago and the last code push was 6 hours ago.
The project is very popular with an impressive 2666 github stars!

How to Install pipdeptree

You can install pipdeptree using pip

pip install pipdeptree

or add it to a project with poetry

poetry add pipdeptree

Package Details

Author
None
License
Copyright (c) The pipdeptree developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Homepage
None
PyPi:
https://pypi.org/project/pipdeptree/
Documentation:
https://github.com/tox-dev/pipdeptree/blob/main/README.md#pipdeptree
GitHub Repo:
https://github.com/tox-dev/pipdeptree

Classifiers

No  pipdeptree  pypi packages just yet.

Errors

A list of common pipdeptree errors.

Code Examples

Here are some pipdeptree code examples and snippets.

GitHub Issues

The pipdeptree package has 15 open issues on GitHub

  • Invalid version: '1.1build1' (package: distro-info)
  • ImportError: cannot import name 'get_installed_distributions' from 'pip'
  • Offline option
  • Doesn't detect dependency cycles
  • [feature] Make this work in "dry-run" mode
  • importlib_metadata.PackageNotFoundError: jeepney
  • Convert away from pkg_resources
  • No dependencies shown for GemGIS
  • Top level dependencies don't show when it is already listed as a subdependency when freezing
  • Missed packages installed in virtual environment
  • Success code returned on missing packages
  • version detection problem when conflicting dependencies
  • Doesn't work with extras_require and tests_require
  • Feature: Make –graph-output less surprising and more usable
  • Option to limit depth of the dependency tree shown

See more issues on GitHub

Related Packages & Articles

pur 7.3.1

Update packages in a requirements.txt file to latest versions.

art 6.1

ASCII Art Library For Python

pip-audit 2.7.2

A tool for scanning Python environments for known vulnerabilities

pip 24.0

The PyPA recommended tool for installing Python packages.

error: invalid command 'egg_info'

This error is encountered when running pip install Distribute has been merged into Setuptools as of version 0.7. If you are using a version <=0.6, upgrade using pip install --upgrade setuptools or easy_install -U setuptools. Reference: https://stackoverflow.com/questions/11425106/python-pip-install-fails-invalid-command-egg-info