keras问题:Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.

试过网上各种方法,如这篇文章提到的方法,https://blog.csdn.net/darren2015zdc/article/details/75012508,

手动下载并添加到环境变量也做了,但是还是会报错,然后尝试:

conda install graphviz

可以解决。

所以,不要用 pip install graphviz

(windows 下运行conda install graphvizk可能会报错:存取被拒,这时就需要切换到用管理者权限运行cmd了)

 

测试是否成功:

keras问题:Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work._第1张图片

没有报错就说明安装成功了。

 

参考来源:https://github.com/keras-team/keras/issues/3210

你可能感兴趣的:(keras问题:Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.)