使用Python安装的时候提示Python.h: No such file or directory
这是因为没有开发环境,没法现场编译
根据Python版本安装相应的开发环境即可

yum install python36.devel -y

再使用pip安装就可以了