名称错误:未定义名称“graph_draw”

2024-04-19 21:11:16 发布

您现在位置:Python中文网/ 问答频道 /正文

在ArchLinux上安装了AUR包之后,在执行简单代码时出现了一个错误。在

makepkg -sri PKGBUILD (to install package)

因为有一个奇怪的错误,试图从源代码进行编译,所以决定使用AUR。在

^{pr2}$

当我尝试make,在手动安装所有推荐的之后,会发生这种情况。在

Makefile:521: recipe for target 'graph_hits.lo' failed
make[4]: *** [graph_hits.lo] Error 1
make[4]: Leaving directory '/home/kaldown/projects/risk_analysis/graph-tool-2.12/src/graph/centrality'
Makefile:731: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/kaldown/projects/risk_analysis/graph-tool-2.12/src/graph'
Makefile:407: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/kaldown/projects/risk_analysis/graph-tool-2.12/src'
Makefile:557: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/kaldown/projects/risk_analysis/graph-tool-2.12'
Makefile:465: recipe for target 'all' failed
make: *** [all] Error 2

https://graph-tool.skewed.de/download

如何在archlinux上解决这个问题?在


Tags: targethomeformakerecipeerrortoolall