Why is pydot unable to find GraphViz's executables in Windows 8?

前端 未结 27 2675
醉酒成梦
醉酒成梦 2020-11-27 14:26

I have GraphViz 2.32 installed in Windows 8 and have added C:\\Program Files (x86)\\Graphviz2.32\\bin to the System PATH variable. Still pydot is unable to find its executab

27条回答
  •  余生分开走
    2020-11-27 14:56

    The solution is easy, you just need to download and install the Graphviz, from here.

    Then set the path variable to the bin directory, in my case it was C:\Program Files (x86)\Graphviz2.38\bin. Last, do the conda install python-graphviz and it should work fine.

提交回复
热议问题