keras plot_model tells me to install pydot

后端 未结 3 1843
执念已碎
执念已碎 2020-12-11 17:49

I\'m using python 3.6.3 on a windows 10 machine. I installed pydot and graphviz using pip install via:

    py -m pip install pydot
    py -m pip install grap         


        
3条回答
  •  失恋的感觉
    2020-12-11 18:11

    Complementing @Ioannis answer, you have to install GraphViz executables via conda (conda install GraphViz).

    For my case, after installing GraphViz I tried with the latest pydot (pip install pydot) and the error was resolved.

提交回复
热议问题