1、Failed to import pydot. You must install pydot
打开Anaconda Prompt
输入conda install pydot命令
重启你使用的工具(pycharm、Jupyter等等)
2、OSError: `pydot` failed to call GraphViz.Please install GraphViz
graphviz在https://graphviz.gitlab.io/下载windows版本的安装包,安装好之后在环境变量中添加对应的bin路径。
如果没解决就使用conda install graphviz
重启你使用的工具(pycharm、Jupyter等等)
3、FileNotFoundError: [WinError 2] "dot" not found in path.
找到pydot的源码,在pydot.py中找到类Dot
4、如果还有问题重启你的电脑系统,重启完就好了。