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