原文: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库。 比如,在使用Python . 的情况下,通过: 安装python dev。 . . ...

2018-06-11 23:45 0 6605 推荐指数:

查看详情

fatal error: Python.h: 没有那个文件或目录 解决方法

今天安装scrapy 先说下环境 Ubuntu16.04 系统默认Python 2.7.12 (default, Nov 19 2016, 06:48:10) ,安装过anaconda(很关键,里面有好多系统包,也是为什么此工具不十分依赖系统环境的原因,否则单独装matplotlib也是难 ...

Thu Nov 23 07:23:00 CST 2017 2 11630
遇见Python.h: No such file or directory解决方法

  出现No such file or directory的错误,有两种情况,一种是没有Python.h这个文件,一种是Python的版本不对, 可以进入/usr/include/文件夹下的Pythonx.x文件夹里查找是否有Python.h这个文件。 如果是第一种情况,那么需要安装 ...

Sun Sep 23 06:54:00 CST 2018 0 31538
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM