Open jmoeyersons opened 4 years ago
I had similar issue, but I can confirm installing graphviz with brew on Mac solve this issue.
I confirm installing graphviz on Windows (https://forum.graphviz.org/t/new-simplified-installation-procedure-on-windows/224) resolve the issue.
When testing mossum for the first time, I've always got the following error:
Apparantly, installing graphviz on Macos (
brew install graphviz
) or Linux distributions (apt-get install graphviz
) will fix this issue (Not tested on Windows)