simicd commented on issue #627:
URL: https://github.com/apache/arrow-ballista/issues/627#issuecomment-1967806525

   Ok I think I stumbled over the solution for this issue: The `graphviz-rust` 
library requires additionally the [graphviz 
CLI](https://graphviz.org/download/) to be installed:
   
   
![image](https://github.com/apache/arrow-ballista/assets/10134699/36e9e66e-609f-4ee7-8213-fdb65c8ae3f3)
   Source: [Documentation](https://crates.io/crates/graphviz-rust)
   
   On Windows these were the steps:
   1. `winget install graphviz`
   2. Add `C:\Program Files\Graphviz\bin` to PATH
   3. Validate the CLI is installed with `dot -V`
   4. Restart ballista scheduler


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to