安装后即使无法导入pydot

时间:2017-11-02 14:14:01

标签: python python-3.x anaconda jupyter-notebook pydot

当我尝试安装pydot时,它说我已经安装了它。

it says that I have already installed pydot

但每当我尝试导入它时,我都会收到错误消息: 无法导入pydot。您必须为pydotprint安装pydot和graphviz才能正常工作。

这是我的代码:

model.summary()
import pydot
from keras.utils import plot_model
plot_model(model, to_file='model.png')

我在jupyter笔记本上使用python 3.6.3。

1 个答案:

答案 0 :(得分:1)

从> http://www.graphviz.org/Download_windows.php

下载msv版本的graphviz
  

将C:\ Program Files(x86)\ Graphviz2.38 \ bin添加到PATH中的系统变量