在http://stackoverflow.com/questions/15951748/pydot-and-graphviz-error-couldnt-import-dot-parser-loading-of-dot-files-will
里讲的很清楚了,主要是由于pydot<1.1的版本和pyparsing2.x的版本不兼容。
pip uninstall pydot,然后安装pydot2就可以了。
原文链接:https://www.f2er.com/ubuntu/353321.html