“dot.exe” not found in path. Pydot on Python (Windows 7)

前端 未结 8 1511
挽巷
挽巷 2021-01-31 10:04

I\'m having trouble running Python\'s pydot on Windows 7.

I installed pydot with: conda install -c rmg pydot=1.2.2

I have graphviz installed under

8条回答
  •  南笙
    南笙 (楼主)
    2021-01-31 10:16

    Type conda install pydot graphviz in cmd, and then add the executables location directory C:\Anaconda3\pkgs\graphviz-2.38-hfd603c8_2\Library\bin\graphviz to your system path variable. That works!

提交回复
热议问题