fatal error: Python.h: No such file or directory 解决

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了fatal error: Python.h: No such file or directory 解决相关的知识,希望对你有一定的参考价值。

[常见错误] fatal error: Python.h: No such file or directory

环境场景

系统: Parrot Linux
软件: 系统python默认版本2.7 PyCharm默认版本Python3.5
场景: Build pycrypto-2.6.1 失败
提示:

building ‘Crypto.PublicKey._fastmath‘ extension
x86_64-linux-gnu-gcc -pthread -fwrapv -Wall -Wstrict-prototypes -fdebug-prefix-map=/build/python3.5-MLq5fN/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/ -I/usr/include/python3.5m -c src/_fastmath.c -o build/temp.linux-x86_64-3.5/src/_fastmath.o
src/_fastmath.c:31:20: fatal error: Python.h: No such file or directory

command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1

解决方案

如果使用3.5: sudo apt-get install python3.5-dev
如果使用2.7: sudo apt-get install python-dev


本文出自 “时不我待” 博客,请务必保留此出处http://13039510.blog.51cto.com/13029510/1940492

以上是关于fatal error: Python.h: No such file or directory 解决的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu 安装 regex模块时 fatal error: Python.h: No such file or directory

(ubuntu) pip install scandir 时出现错误 fatal error: Python.h: No such file or directory

Linux学习32 - _mysql.c:32:20: fatal error: Python.h: No such file or directory 问题解决

mac os上python报错 fatal error: 'Python.h' file not found

VS2010出现fatal error C1083: 无法打开包括文件:“stdlib”: No such file or directory

fatal error C1083: 无法打开包括文件:“windows.h”: No such file or directory