我使用 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
关于如何解决这个问题的任何线索?谢谢!