Fatal error: Python-h not found on griddb python client

Fatal error: Python-h not found on griddb python client

我通过 运行 在我的 centOS 终端上安装了我的 python 客户端:

$ wget \ https://github.com/griddb/python_client/archive/0.8.1.tar.gz

并用这行代码解压缩:

tar xvzf 0.8.1.tar.gz

我还安装了必要的必备文件:

痛饮:

$ wget https://prdownloads.sourceforge.net/swig/swig-3.0.12.tar.gz
tar xvfz swig-3.0.12.tar.gz
cd swig-3.0.12
./configure
make 
sudo make install

Pcre:

$ sudo yum install pcre2-devel.x86_64

但是,当我 运行 在我的 python 客户端目录中创建时:

make 

我收到一个错误:

致命错误:python.h:没有那个文件或目录

请问我该如何解决?

我已经能够修复错误! 显然我安装了错误的 python 客户端,我 git 使用此命令

克隆了正确的 python 客户端
git clone https://github.com/griddb/python_client.git

在此处查看有关 griddb python 客户端安装的完整文档: https://docs.griddb.net/gettingstarted/using-rpmyum/#install-with-rpm