(‘You must install pydot (`pip install pydot`) and install graphviz (see instructions at https://gra

('You must install pydot (pip install pydot) and install graphviz (see instructions at https://graphviz.gitlab.io/download/) ', ‘for plot_model/model_to_dot to work.’)

缺少依赖包导致的

解决:

在anaconda prompt中:

conda install graphviz
conda install pydotplus

上一篇:graphviz 在pycharm运行报错问题


下一篇:idea安装uml插件,并根据源码生成uml图