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

后端 未结 29 2262
感动是毒
感动是毒 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:05

    For Windows:

    1. Install windows package from: https://graphviz.gitlab.io/_pages/Download/Download_windows.html
    2. Install python graphviz package
    3. Add C:\Program Files (x86)\Graphviz2.38\bin to User path
    4. Add C:\Program Files (x86)\Graphviz2.38\bin\dot.exe to System Path

    This worked for me!

提交回复
热议问题