2

我使用 Arch Linux。

尝试通过 AUR 和 pip 安装 numba。在两种情况下都会出现此错误:

numba/_dynfunc.c:1:23: fatal error: _pymodule.h: No such file or directory
 #include "_pymodule.h"
                   ^
compilation terminated.
error: command 'gcc' failed with exit status 1

关于如何解决这个问题的任何线索?谢谢!

4

1 回答 1

1

这是 Numba 源代码中的一个错误,现已修复。

https://github.com/numba/numba/issues/392

于 2014-02-21T01:23:47.027 回答