Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI option --graph-output not working in 2.5.0 #193

Closed
ealtamir opened this issue Feb 23, 2023 · 1 comment
Closed

CLI option --graph-output not working in 2.5.0 #193

ealtamir opened this issue Feb 23, 2023 · 1 comment

Comments

@ealtamir
Copy link

When I run version 2.5.0 in a fresh python install I get the following:

pipdeptree --graph-output png
flowchart TD
    classDef missing stroke-dasharray: 5
    graphviz[graphviz\n0.20.1]
    pip[pip\n22.3.1]
    pipdeptree[pipdeptree\n2.5.0]
    setuptools[setuptools\n65.5.0]

When I downgrade to version 2.3.3 and I runt the same command, I get the expected output.

@xflr6
Copy link
Owner

xflr6 commented Feb 24, 2023

Hey, it seems you want to report an error in pipdeptree and not in this package (graphviz, of which there are no versions 2.* yet). You are probably looking for https://github.com/tox-dev/pipdeptree/issues

@xflr6 xflr6 closed this as completed Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants