原因是
python-dev包没有安装
根据Py2还是py3
sudo apt-get install python-dev
或者
sudo apt-get install python3-dev
安装完后,再次安装即可成功
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的主要内容,如果未能解决你的问题,请参考以下文章
(ubuntu) pip install scandir 时出现错误 fatal error: Python.h: No such file or directory
linux下PHP环境中Fatal error: Call to undefined function mysql_connect() 出错
Ubuntu 18.04下Cmake指定OpenCV版本编译(针对问题:fatal error: opencv2/xfeatures2d.hpp: No such file or directory)
Ubuntu下 fatal error: Python.h: No such file or directory 解决方法
在 Ubuntu 15.10 上使用 pip 安装模块时出错
安装oh-my-zsh报错fatal: gnutls_handshake() failed: Error in the pull function的解决办法