You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with keras.utils.plot_model -- Issue : You must install graphviz (see instructions at https://graphviz.gitlab.io/download/) for plot_model to work.
#236
Open
debdeepsanyal opened this issue
Mar 27, 2024
· 2 comments
When i was about to execute keras.utils.plot_model() from a snippet in chapter - 07, i got the following error -- You must install graphviz (see instructions at https://graphviz.gitlab.io/download/) for "plot_model" to work.
Now, i have graphviz version 0.20.1 installed. im using keras version 3.0.5 and tensorflow version 2.16.1. and im running the code with a Python 3.12.1 kernel in VS code .ipynb notebook.
Can someone help me with this?
The text was updated successfully, but these errors were encountered:
'pip install pydot' is needed.
And don't forget to set environment variable for graphviz.
Try again if it works. I met this problem too when I was reading ch7. I don't remember if more setup steps are needed.
When i was about to execute
keras.utils.plot_model()
from a snippet in chapter - 07, i got the following error --You must install graphviz (see instructions at https://graphviz.gitlab.io/download/) for "plot_model" to work.
Now, i have
graphviz
version 0.20.1 installed. im usingkeras
version 3.0.5 andtensorflow
version 2.16.1. and im running the code with a Python 3.12.1 kernel in VS code .ipynb notebook.Can someone help me with this?
The text was updated successfully, but these errors were encountered: