Keras: “RuntimeError: Failed to import pydot.” after installing graphviz and pydot

后端 未结 12 1188
我在风中等你
我在风中等你 2020-12-03 04:58

I\'m using Anaconda Python 2.7 on windows 10

I was planning on doing Keras visualization so (whilst spyder was open) I opened the Anaconda command prompt and pip ins

12条回答
  •  爱一瞬间的悲伤
    2020-12-03 05:07

    it is nothing related to pydot or graphviz if you have installed via pip.

    You should go download graphviz brinary and install.

    Don't forget adding the bin folder into your PATH: C:/Program Files (x86)/Graphviz2.38/bin/

    And after that to close and reopen your console.

提交回复
热议问题