I'm trying to install PyGraphViz on my Windows 10 64bits machine.
I first tried with pip install pygraphviz
, and got an can't find graphviz\cgraph.h
error (I have Graphviz 2.38 installed).
Then after specifying the path to graphviz include
folder aswell as the path to lib\release\lib', I got a bunch of
unresolved external symbols` :
I couldn't find an answer on PyGraphviz github issues although some people are complaining about the same error. How can I get pygraphviz to build and install ?