我已经使用以下方式安装了pygraphviz
conda install -c alubbock pygraphviz
但是由于缺少neato,所以出现了一个问题,因此我卸载了上面的文件并执行了以下操作。
根据here的建议,我下载了graphviz msi,并安装在C:\Program Files (x86)\Graphviz2.38
中,并且也已安装。
有人可以建议如何从这里继续吗?
import pygraphviz as pgv
不起作用。
所以我尝试了
pip install pygraphviz
这将返回
pygraphviz/graphviz_wrap.c(2987): fatal error C1083: Cannot open include file: 'graphviz/cgraph.h': No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2
----------------------------------------
ERROR: Failed building wheel for pygraphviz
Running setup.py clean for pygraphviz
Failed to build pygraphviz
Installing collected packages: pygraphviz
Running setup.py install for pygraphviz ... error
我不确定现在如何安装pygraphviz。