pip install依赖报“Python.h:没有那个文件或目录”错误解决方法

如果在安装python依赖时出现“Python.h: 没有那个文件或目录”错误,只要安装python-dev包就可以了。

sudo apt-get install python-dev

如果是python3则是安装

sudo apt-get install python3-dev

包括“error: command 'gcc' failed with exit status 1”错误也可以通过安装python3-dev解决。

本博客采用 知识共享署名-禁止演绎 4.0 国际许可协议 进行许可

本文标题:pip install依赖报“Python.h:没有那个文件或目录”错误解决方法

本文地址:https://jizhong.plus/post/2018/04/pip-install-not-found-h.html