I know this is basic, but I'm pretty stuck. I've never installed python packages on Windows OS before... only Linux.
I downloaded the graphviz-2.38 zip and moved it to my Anaconda packages directory. I unzipped it, and then on the command line tried:
C:\Users\name\Anaconda3\pkgs\graphviz-2.38> pip install graphviz-2.38
This is the error I got:
Could not find a version that satisfies the requirement graphviz-2.38 (from
versions: )
No matching distribution found for graphviz-2.38
I don't see any setup file within graphviz at all, so I'm a little lost.
Run "dot -V" from the command prompt. If GraphViz is installed and configured you'll get it's version.
Graphviz on Windows In Advance settings, a dialogue box opens that shows the Environment Variables button. Click the button. Select the entry Path in the system variables section and add C:\Program Files (x86)\GraphvizX. XX\bin to the existing path.
I faced the same issue and just pip install graphviz
didn't work for me.
In addition, I installed the binaries and set the bin folder in the Windows environment PATH
variable, and then it worked.
P.S. this solution installs the 0.8.2 version but works for keras.utils.vis_utils.plot_model
which was the problem for me
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With