Closed dmyersturnbull closed 3 years ago
Do you get the same error if you run the pyreverse
command on its own?
pyreverse --output png --project mandos mandos
Format: "png" not recognized. Use one of: Format: "png" not recognized. Use one of:
These parts of your log would list several file types if GraphViz was configured/installed properly. Looking into it a bit more it would appear this is common on windows.
stack overflow has solutions for fixing & configuring graphviz.
But, you might get better mileage with PlantUML instead, which is almost as good as using pyreverse
. Based on their docs they appear to work out-of-the-box on Windows - although you might need to install PlantUML as a sidecar, instead of GraphViz, so choose your poison.
Closing, but feel free to either reopen or make a PR with an improvement on how we handle this.
Failed on build. Python 3.9.1 on Windows 10.