我安裝了graphviz 2.38.0-4。此錯誤消息仍然顯示:從這裏安裝graphviz和pydotplus後未找到IPython 3.5 GraphViz的可執行文件
C:\Users\username\AppData\Local\Continuum\Anaconda3\lib\site- packages\pydotplus\graphviz.py in create(self, prog, format)
1958 if self.progs is None:
1959 raise InvocationException(
-> 1960 'GraphViz\'s executables not found')
1961
1962 if prog not in self.progs:
InvocationException: GraphViz's executables not found
我已經試過的方法:Graphviz's executables are not found (Python 3.4) 仍然未能解決的問題。
您是否安裝了graphviz exes?它們與Python庫分開。 – benjamin
@Yah,http://www.graphviz.org/ –