“RuntimeError: Make sure the Graphviz executables are on your system's path” after installing Graphviz 2.38

后端 未结 29 2243
感动是毒
感动是毒 2020-12-02 06:00

I downloaded Graphviz 2.38 MSI version and installed under folder C:\\Python34, then I run pip install Graphviz, everything went well.

29条回答
  •  执笔经年
    2020-12-02 06:13

    You should install the graphviz package in your system (not just the python package). On Ubuntu you should try:

    sudo apt-get install graphviz
    

提交回复
热议问题