Installing PyGraphViz on Windows, Python 2.7 graphviz-2.36

后端 未结 1 341
情书的邮戳
情书的邮戳 2021-01-14 05:15

I already referred to link , but still facing issues :(

I successfully installed graphviz on my windows 7. Now i would like to install pygraphviz. I downloaded the p

1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-14 05:24

    An easier solution that works for me:

    • Run pip install graphviz (PS: this step might not be needed)
    • Install Graphviz from: here
    • Install the unofficial binaries for pygraphviz from here
    • Enjoy!

    0 讨论(0)
提交回复
热议问题