1

I am trying to use graphviz in Python.

Research

When I read the tutorials on websites, they say installing graphviz 2.38 from a separate download page is necessary.

Formerly this was the download-page's URL: https://graphviz.gitlab.io/_pages/Download/Download_windows.html

Question

Why can't I just install graphviz using pip and use it? Why is it necessary to download this file?

hc_dev
  • 8,389
  • 1
  • 26
  • 38
Dohun
  • 477
  • 2
  • 7
  • 13
  • 5
    Because graphviz package in python a mere wrapper than allows you to use graphviz, that is written in C and is in itself a software – dumbPy Feb 21 '20 at 19:38

0 Answers0