Python——graphviz及pydotplus安装步骤

一、安装Graphviz

网站:http://www.graphviz.org/download/

下载msi文件

python pydot python pydotplus_Python

python pydot python pydotplus_python pydot_02

 

 

python pydot python pydotplus_环境变量_03

直接安装,完成之后添加环境变量:

在path中将Graphviz的bin的目录路径添加上;

python pydot python pydotplus_安装步骤_04

python pydot python pydotplus_python pydot_02

python pydot python pydotplus_python pydot_06

 

 

二、安装pydotplus

打开Anaconda Prompt,输入pip install pydotplus,回车,successful.

出现GraphViz's executables not found报错很有可能是环境变量没添加上或添加错地方。