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 解决方法的主要内容,如果未能解决你的问题,请参考以下文章