画网络结构图安装了pydot和graphviz出现Failed to import pydot. You must `pip install pydot` and install graph错误

安装了pydot和在官网下载了graphviz后还是报

Failed to import pydot. You must `pip install pydot` and install graphviz

的解决方案

1.pip卸载原来安装的pydot和graphviz。
2.使用

conda install graphviz
conda install pydotplus
pip install pydot

使用conda去安装graphviz和pydotplus。

参考链接:ImportError: Failed to import pydot. Please install pydot. For example with pip install pydot

你可能感兴趣的:(深度学习,jupyter,网络结构,深度学习,人工智能)