首页 > 编程语言 > 详细

Ubuntu下 fatal error: Python.h: No such file or directory 解决方法

时间:2018-06-12 00:03:48      阅读:565      评论:0      收藏:0      [点我收藏+]

参考:

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 解决方法

原文:https://www.cnblogs.com/qq952693358/p/9170638.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!