Ubuntu下 fatal error: Python.h: No such file or directory 解决方法
Posted Wasdns
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu下 fatal error: Python.h: No such file or directory 解决方法相关的知识,希望对你有一定的参考价值。
参考:
fatal error: Python.h: No such file or directory
Ubuntu下 fatal error: Python.h: No such file or directory 解决方法
根据使用的Python版本安装python-dev
库。
sudo apt-get install python-dev # for python2.x installs
sudo apt-get install python3-dev # for python3.x installs
比如,在使用Python3.6的情况下,通过:
sudo apt-get install python3.6-dev
安装python-dev
。
2018.6.
以上是关于Ubuntu下 fatal error: Python.h: No such file or directory 解决方法的主要内容,如果未能解决你的问题,请参考以下文章
虚拟机linux ubuntu中fatal error啥意思
Ubuntu 18.04下Cmake指定OpenCV版本编译(针对问题:fatal error: opencv2/xfeatures2d.hpp: No such file or directory)
ubuntu 安装 regex模块时 fatal error: Python.h: No such file or directory
docker ubuntu swoole fatal error: openssl/ssl.h: No such file or directory
(ubuntu) pip install scandir 时出现错误 fatal error: Python.h: No such file or directory
docker ubuntu swoole fatal error: openssl/ssl.h: No such file or directory