ubuntu 安装 regex模块时 fatal error: Python.h: No such file or directory

Posted xqnq2007

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu 安装 regex模块时 fatal error: Python.h: No such file or directory相关的知识,希望对你有一定的参考价值。

原因是

python-dev包没有安装

根据Py2还是py3

sudo apt-get install python-dev

或者

sudo apt-get install python3-dev

安装完后,再次安装即可成功

以上是关于ubuntu 安装 regex模块时 fatal error: Python.h: No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章