美文网首页
`pydot` failed to call GraphViz

`pydot` failed to call GraphViz

作者: 辛兆福 | 来源:发表于2020-02-08 11:00 被阅读0次

python版本高于3.5的朋友需要卸载pydot安装pydotplus
在相关文件(该路径仅为例D:\Miniconda3\Lib\site-packages\keras\utils)中Ctrl+R调出文本替换
将pydot替换为pydotplus
安装GraphViz(可与官网下载msi安装包,一路next),将安装后的bin目录添加进系统环境变量path中
jupyter notebook用户建议重启服务(本人需重启)

相关文章

网友评论

      本文标题:`pydot` failed to call GraphViz

      本文链接:https://www.haomeiwen.com/subject/wqzbxhtx.html