解决pydot has no attribute 'find graphviz'问题

解决pydot has no attribute 'find graphviz’问题

1、sudo apt-get install graphviz
2、pip install pydotplus graphviz
3、将anaconda/envs/theano/lib/python3.5/site-packages下的pydotplus目录重命名为pydot
4、将pydot目录下parser.py文件中的import pydotplus改成import pydot

Pydot 与 Graphviz 的安装
pydot has no attribute ‘find graphviz’

你可能感兴趣的:(python)