GDL_code icon indicating copy to clipboard operation
GDL_code copied to clipboard

Getting Error GraphViz's executables not found

Open dpthayer opened this issue 5 years ago • 4 comments

This occurs in 03_01 AutoEncoder_Train and 03_03_vae_digits_train. Running on Windows 10 using python 3.6

dpthayer avatar Dec 13 '19 18:12 dpthayer

Hello @dpthayer , does the solution at https://stackoverflow.com/a/44625895/236007 work for you? (Assuming you've already installed the MS Windows of GraphViz binaries from https://graphviz.gitlab.io/download/ )

emres avatar Dec 16 '19 10:12 emres

@emres You can also simply add the GraphViz's bin folder to the Windows PATH variable without needing to do it in the Python script.

topinfrassi01 avatar May 06 '20 20:05 topinfrassi01

I'm getting a similar error running macOS using python 3.6. For 03_01_autoencoder_train cell 4. OSError: pydot failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) and ensure that its executables are in the $PATH.

tbarrios avatar Jun 14 '23 21:06 tbarrios

I'm getting a similar error running macOS using python 3.6. For 03_01_autoencoder_train cell 4. OSError: pydot failed to call GraphViz.Please install GraphViz (https://www.graphviz.org/) and ensure that its executables are in the $PATH.

it looks like brew install graphviz fixed the problem

tbarrios avatar Jun 14 '23 22:06 tbarrios