#include <python3.8/Python.h>
Run Code Online (Sandbox Code Playgroud)
我不断收到错误 /usr/include/python3.8/cpython/pystate.h:9:10: fatal error: cpython/initconfig.h: No such file or directory
9 | #include "cpython/initconfig.h"
Run Code Online (Sandbox Code Playgroud)
最初我只包含 Python.h,但根本找不到。我也在运行 Void Linux,如果有差异的话,我已经安装了 python3-devel。