FileNotFoundError: [WinError 2] “neato” not found in path

烂漫一生 提交于 2020-05-17 05:29:23

问题


I am trying to visualize my network. While there is no error in installing and importing the pydotplus and networkx.drawing.nx_pydot import graphviz_layout, when I try to draw it, I am receiving the error below.

FileNotFoundError: [WinError 2] "neato" not found in path.

How can I fix this?

来源:https://stackoverflow.com/questions/56672123/filenotfounderror-winerror-2-neato-not-found-in-path

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!