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

运行绘图代码:

tf.keras.utils.plot_model(resnet50)

报错:
('Failed to import pydot. You must pip install pydot and install graphviz (https://graphviz.gitlab.io/download/), ', ‘for pydotprint to work.’)

尝试:
pip install pydot
pip install graphviz
安装graphviz-install-2.44.1-win64并添加到用户环境中的path中。
依旧报错…

再次尝试:
pip install pydot_ng
pip install graphviz
安装graphviz-install-2.44.1-win64并添加到用户环境中的path中。

上一篇:Dependency failed for File System Check on /dev/vdb1 服务器配置升级


下一篇:ios为了用户隐私安全,禁止自动播放音频文件的解决办法(微信端)