Open augurer opened 3 years ago
The windows version of graphviz seems to require some configuration of the plugins.
If you execute just dot in a command prompt you will likely get the following error:
There is no layout engine support for "dot"
Perhaps "dot -c" needs to be run (with installer's privileges) to register the plugins?
Open an command prompt with admin privileges and execute "dot -c" and you should be good to go.
I spun up a new Windows Server 2019 Virtual Machine in Microsoft Azure, installed Visual Studio Code, Cmder, Chocolatey, Python 3.9, GraphViz, and Diagrams as described in this project's documentation. When I attempt to execute the Quick Start sample, I get this output:
I get a file named "web_service" as a result with the following contents:
I cannot open it with an image application. What am I doing wrong?