tox-dev / pipdeptree

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

Home Page:https://pypi.python.org/pypi/pipdeptree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2.10.0: Error cmd pipdeptree --graph-output svc

rsrpsinr opened this issue · comments

Was ok <2.10 with python 3.10

command:
pipdeptree --graph-output svg

Traceback (most recent call last):
  File "/tmp/venv_py3.10/bin/pipdeptree", line 8, in <module>
    sys.exit(main())
  File "/tmp/venv_py3.10/lib64/python3.10/site-packages/pipdeptree/__main__.py", line 36, in main
    render(args, tree)
  File "/tmp/venv_py3.10/lib64/python3.10/site-packages/pipdeptree/_render/__init__.py", line 24, in render
    assert options.graph_output is not None  # noqa: S101
AttributeError: 'Namespace' object has no attribute 'graph_output'

Apology. Just realized this is same as #269