GDL_code
GDL_code copied to clipboard
Getting Error GraphViz's executables not found
This occurs in 03_01 AutoEncoder_Train and 03_03_vae_digits_train. Running on Windows 10 using python 3.6
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 You can also simply add the GraphViz's bin folder to the Windows PATH variable without needing to do it in the Python script.
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.
I'm getting a similar error running macOS using python 3.6. For 03_01_autoencoder_train cell 4.
OSError:
pydotfailed 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