After installing the latest graphviz (2.26.3) on my Windows 7 Ultimate 64bit, I receive the following error:
C:>easy_install pygraphviz Searching for pygraphviz Reading http://pypi.python.org/simple/pygraphviz/ Reading http://networkx.lanl.gov/pygraphviz Reading http://networkx.lanl.gov/wiki/download Reading http://networkx.lanl.gov/download/pygraphviz Reading http://sourceforge.net/project/showfiles.php?group_id=122233&package_id=161979 Reading http://networkx.lanl.gov/download Best match: pygraphviz 1.1.dev1947 Downloading http://networkx.lanl.gov/download/pygraphviz/pygraphviz-1.1.dev1947.tar.gz Processing pygraphviz-1.1.dev1947.tar.gz Running pygraphviz-1.1.dev1947\setup.py -q bdist_egg --dist-dir c:\users\jonathan\appdata\local\temp\easy_install-apywwk\pygraphviz-1.1.dev1947\egg-dist-tmp-nvd0pa Trying pkg-config Failed to find pkg-config Trying dotneato-config Failed to find dotneato-config
Your graphviz installation could not be found.
Either the graphviz package is missing on incomplete (binary packages graphviz-dev or graphviz-devel missing?).
If you think your installation is correct you will need to manually change the include_path and library_path variables in setup.py to point to the correct locations of your graphviz installation.
The current setting of library_path and include_path is: library_path=None include_path=None
error: None
Any thoughts how to fix this?
This seems to be a different problem than the one described here.
Has anyone had success in installing pygraphviz on Windows? How?