gpt4 book ai didi

python-3.x - 在 Windows 10 64 位中安装 graphviz

转载 作者:行者123 更新时间:2023-12-03 11:10:19 27 4
gpt4 key购买 nike

我已经安装了graphviz,按照给出的命令here , 与 Networkx 一起使用

conda install -c alubbock pygraphviz

但是在尝试运行给定的代码时出现问题 here
raise ValueError("Program %s not found in path." % prog)
ValueError: Program neato not found in path

我搜索了一下,发现 Neato missin g 为 64 位版本。

这个问题还存在吗?有没有安装Neato的方法?

编辑:
按照下面给出的说明,我在以下文件夹中安装了 Graphviz
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。

最佳答案

所以问题是尼托 不见了。

根据您的帖子,您的系统似乎不知道neato 在哪里。所以添加目录neato.exe包含在您的 PATH 环境变量中。

在 Windows10 上,这可以通过 Start -> Edit environment variables for your account -> select path in the window -> edit -> New -> C:\Program Files (x86)\Graphviz2.38\bin\ 来完成。

或任何您的安装目录。

关于python-3.x - 在 Windows 10 64 位中安装 graphviz,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60600549/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com