gpt4 book ai didi

python - 将引擎从 dot 更改为 neato 时未找到 graphviz PATH 变量

转载 作者:太空宇宙 更新时间:2023-11-03 20:55:51 24 4
gpt4 key购买 nike

为什么更换引擎时出现错误?点引擎一切正常。

代码:

from graphviz import Graph

dot = Graph()
dot.engine = 'neato'

dot.node('a')
dot.node('b')

dot.edge('a', 'b')

print(dot.source)
dot.render('test-output/round-table.gv', view=True)

错误:

graphviz.backend.ExecutableNotFound: failed to execute 
['neato', '-Tpdf', '-O', 'test-output/round-table.gv'],
make sure the Graphviz executables are on your systems' PATH

最佳答案

这帮助我解决了 Windows 上的问题:
"RuntimeError: Make sure the Graphviz executables are on your system's path" after installing Graphviz 2.38
https://graphviz.gitlab.io/_pages/Download/Download_windows.html安装使用 .msi,手动添加到 PATH。
如果您使用的是 jupyter 笔记本,请重新启动 cmd 窗口以及网络浏览器

关于python - 将引擎从 dot 更改为 neato 时未找到 graphviz PATH 变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56035574/

24 4 0
文章推荐: php - php 中的背景 css
文章推荐: c# - AES 解密的消息与原始消息不匹配
文章推荐: css - 如何在调整大小时阻止
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com