Failed to import pydot
Posted niudong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Failed to import pydot相关的知识,希望对你有一定的参考价值。
在使用keras进行模型绘制的时候,出现了一个错误
Failed to import pydot. You must install pydot and graphviz for `pydotprint` to work.
下面是解决方案,使用命令sudo apt-get install graphviz,将
graphviz
安装在系统环境下,不要安装在virtualenv的环境下。
使用命令pip install pydot-ng,这个可以安装任何你所指定的python环境下。
附上参考链接:http://blog.csdn.net/xiaojiajia007/article/details/61619722
以上是关于Failed to import pydot的主要内容,如果未能解决你的问题,请参考以下文章
keras绘图之pydot和graphviz的导入( pydot` failed to call GraphViz)
springboot报错说 Failed to parse multipart servlet request; nested exception is java.io.IOException(代码片
SpringBoot MAVEN编译报错Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:(代码片
ImportError: numpy.core.multiarray failed to import