AzViz doesn't seem to find graphviz #121
securitymonster
started this conversation in
General
Replies: 2 comments 1 reply
-
Ok I found the issue. I had a look at the code and found that Get-DOTExecutable.ps1 doesn't include the location for homebrew's location of graphviz. So I added the homebrew path as follows:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Can we approve this? Same issue here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on Apple Silicon. I installed Powershell and graphviz using homebrew. In powershell AzViz installs fine as well. However when I run Export-AzViz I get the message:
'GraphViz' is not installed on this system and is a prerequisites for this module to work.
However it is installed. I can type dot -v in powershell and it will output the version etc., see below. Any idea's how to fix this?
Beta Was this translation helpful? Give feedback.
All reactions