-
Notifications
You must be signed in to change notification settings - Fork 15
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
PlantUML not working because graphviz not installed #47
Comments
This will happen on every machine where plantuml is executed and graphviz is not already installed. PlantUML uses this product to render the images. Its free, see https://graphviz.gitlab.io/license/ So download and install it on your machine: https://www.graphviz.org/download/ |
Added information also at FAQ |
- made GraphVizUtils accessible by editor plugin (so new lib plugin version was necessary) - cleanup old parts - added preferences dialog again - showing now warning when graphviz not installed but necessary
If an image has failed to be generated due to missing GraphViz (or some other issue I guess), it's normally still stored in the plantuml-cache and will be reused even after GraphViz has been installed. Such failed SVG iages should not be stored in the cache. |
Interesting. But this sounds more like a wanted feature in GraphViz/Plantuml. Maybe you should enter an issue there? With #286 asciidoctor editor will at least drop temp folders/data |
My bad. Didn't check where I ended up after googling. Shall I remove the comment (and this one)? |
@McMagnus No problem, keep it as is. But please do me a favour: If you have created an issue at GraphViz/Plantuml project, it would be nice if you could add a comment here with the link to the issue inside. Thanx. |
Here's the issue I created on PlantUML.net: https://forum.plantuml.net/10984/failed-graphviz-graph-is-stored-in-cache |
created new issue #322 |
Hey people, did you get any solution for this problem? |
@andressantos10 - this will be addressed with #322 . |
Graphviz examples are not rendered as images but contain failure:
Also use cases in plantuml are not rendered correclty, there comes a message
The text was updated successfully, but these errors were encountered: