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

前端 未结 27 2659
醉酒成梦
醉酒成梦 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:52

    For me: (Win10, Anaconda3) Make sure you have done "conda install graphviz"

    I have to add to the PATH: C:\Users\username\Anaconda3\Library\bin\graphviz

    To modify PATH go to Control Panel > System and Security > System > Advanced System Settings > Environment Variables > Path > Edit > New

    MAKE SURE TO RESTART YOUR IDE AFTER THIS. It should work

提交回复
热议问题