yuzutech / kroki

Creates diagrams from textual descriptions!
https://kroki.io
MIT License
2.83k stars 211 forks source link

no pikchr diagram with adoc #1461

Closed lidaling closed 1 year ago

lidaling commented 1 year ago

when adoc with diagram block

[pikchr]
arrow
box "foo"
down
arrow
box "bar"

it shows: java.io.IOException: Cannot run program "pikchr": error=2, No such file or directory

ggrossetie commented 1 year ago

I believe you are using Asciidoctor Diagram (or even Asciidoctor Diagram through Java/AsciidoctorJ).

Anyway, the extension you are using is trying to execute the pikchr program on your local machine. This issue is not related to Kroki, please open a issue at https://github.com/asciidoctor/asciidoctor-diagram (if you are indeed using Asciidoctor Diagram).

You can also ask for help at https://chat.asciidoctor.org