ubuntu下Couldn't import dot_parser, loading of dot files will not be possible的问题

前端之家收集整理的这篇文章主要介绍了ubuntu下Couldn't import dot_parser, loading of dot files will not be possible的问题前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在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

猜你在找的Ubuntu相关文章