src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录

一、前言

在CentOS 上安装fabric时出现问题,首先已安装pip, 用pip执行以下命令pip install

出现以下问题

[plain] view plain copy

  1. [[email protected] /]$ sudo pip install fabric
  2. Requirement already satisfied (use --upgrade to upgrade): fabric in /usr/lib/python2.6/site-packages/Fabric-1.3.1-py2.6.egg
  3. Requirement already satisfied (use --upgrade to upgrade): ssh>=1.7.8 in /usr/lib/python2.6/site-packages/ssh-1.8.0-py2.6.egg (from fabric)
  4. Downloading/unpacking pycrypto>=2.1,!=2.4 (from ssh>=1.7.8->fabric)
  5. Running setup.py egg_info for package pycrypto
  6. Installing collected packages: pycrypto
  7. Found existing installation: pycrypto 2.0.1
  8. Uninstalling pycrypto:
  9. Successfully uninstalled pycrypto
  10. Running setup.py install for pycrypto
  11. warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
  12. building ‘Crypto.Hash._MD2‘ extension
  13. gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-i686-2.6/src/MD2.o
  14. src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录
  15. src/MD2.c:131: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  16. In file included from src/MD2.c:147:
  17. src/hash_template.c:48: 错误:expected specifier-qualifier-list before ‘PyObject_HEAD’
  18. src/hash_template.c:59: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  19. src/hash_template.c: 在函数‘newALGobject’中:
  20. src/hash_template.c:69: 警告:隐式声明函数‘PyObject_New’
  21. src/hash_template.c:69: 错误:expected expression before ‘ALGobject’
  22. src/hash_template.c: 在文件层:
  23. src/hash_template.c:76: 错误:expected ‘)’ before ‘*’ token
  24. src/hash_template.c:91: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  25. src/hash_template.c:110: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  26. src/hash_template.c:122: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  27. src/hash_template.c:162: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  28. src/hash_template.c:188: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  29. src/hash_template.c:190: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALG_methods’
  30. src/hash_template.c:199: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  31. src/hash_template.c:225: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALGtype’
  32. src/hash_template.c:271: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  33. src/hash_template.c:304: 错误:数组元素的类型不完全
  34. src/hash_template.c:305: 错误:‘PyCFunction’未声明(不在函数内)
  35. src/hash_template.c:305: 错误:expected ‘}’ before ‘ALG_new’
  36. src/hash_template.c: 在函数‘init_MD2’中:
  37. src/hash_template.c:339: 错误:‘PyObject’未声明(在此函数内第一次使用)
  38. src/hash_template.c:339: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其
  39. src/hash_template.c:339: 错误:所在的函数内也只报告一次。)
  40. src/hash_template.c:339: 错误:‘m’未声明(在此函数内第一次使用)
  41. src/hash_template.c:351: 错误:‘ALGtype’未声明(在此函数内第一次使用)
  42. src/hash_template.c:351: 错误:‘PyType_Type’未声明(在此函数内第一次使用)
  43. src/hash_template.c:352: 警告:隐式声明函数‘Py_InitModule’
  44. src/hash_template.c:356: 错误:‘o’未声明(在此函数内第一次使用)
  45. src/hash_template.c:356: 警告:隐式声明函数‘PyInt_FromLong’
  46. src/hash_template.c:356: 警告:隐式声明函数‘PyDict_SetItemString’
  47. src/hash_template.c:356: 警告:隐式声明函数‘PyModule_GetDict’
  48. src/hash_template.c:356: 警告:隐式声明函数‘Py_DECREF’
  49. src/hash_template.c:360: 警告:隐式声明函数‘PyErr_Occurred’
  50. src/hash_template.c:361: 警告:隐式声明函数‘Py_FatalError’
  51. error: command ‘gcc‘ failed with exit status 1
  52. Complete output from command /usr/bin/python -c "import setuptools;__file__=‘/tmp/pip-build-root/pycrypto/setup.py‘;exec(compile(open(__file__).read().replace(‘\r\n‘, ‘\n‘), __file__, ‘exec‘))" install --record /tmp/pip-Ai6cQR-record/install-record.txt --single-version-externally-managed:
  53. running install
  54. running build
  55. running build_py
  56. running build_ext
  57. running build_configure
  58. warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
  59. building ‘Crypto.Hash._MD2‘ extension
  60. gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.6 -c src/MD2.c -o build/temp.linux-i686-2.6/src/MD2.o
  61. src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录
  62. src/MD2.c:131: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  63. In file included from src/MD2.c:147:
  64. src/hash_template.c:48: 错误:expected specifier-qualifier-list before ‘PyObject_HEAD’
  65. src/hash_template.c:59: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘PyTypeObject’
  66. src/hash_template.c: 在函数‘newALGobject’中:
  67. src/hash_template.c:69: 警告:隐式声明函数‘PyObject_New’
  68. src/hash_template.c:69: 错误:expected expression before ‘ALGobject’
  69. src/hash_template.c: 在文件层:
  70. src/hash_template.c:76: 错误:expected ‘)’ before ‘*’ token
  71. src/hash_template.c:91: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  72. src/hash_template.c:110: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  73. src/hash_template.c:122: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  74. src/hash_template.c:162: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  75. src/hash_template.c:188: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  76. src/hash_template.c:190: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALG_methods’
  77. src/hash_template.c:199: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  78. src/hash_template.c:225: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALGtype’
  79. src/hash_template.c:271: 错误:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  80. src/hash_template.c:304: 错误:数组元素的类型不完全
  81. src/hash_template.c:305: 错误:‘PyCFunction’未声明(不在函数内)
  82. src/hash_template.c:305: 错误:expected ‘}’ before ‘ALG_new’
  83. src/hash_template.c: 在函数‘init_MD2’中:
  84. src/hash_template.c:339: 错误:‘PyObject’未声明(在此函数内第一次使用)
  85. src/hash_template.c:339: 错误:(即使在一个函数内多次出现,每个未声明的标识符在其
  86. src/hash_template.c:339: 错误:所在的函数内也只报告一次。)
  87. src/hash_template.c:339: 错误:‘m’未声明(在此函数内第一次使用)
  88. src/hash_template.c:351: 错误:‘ALGtype’未声明(在此函数内第一次使用)
  89. src/hash_template.c:351: 错误:‘PyType_Type’未声明(在此函数内第一次使用)
  90. src/hash_template.c:352: 警告:隐式声明函数‘Py_InitModule’
  91. src/hash_template.c:356: 错误:‘o’未声明(在此函数内第一次使用)
  92. src/hash_template.c:356: 警告:隐式声明函数‘PyInt_FromLong’
  93. src/hash_template.c:356: 警告:隐式声明函数‘PyDict_SetItemString’
  94. src/hash_template.c:356: 警告:隐式声明函数‘PyModule_GetDict’
  95. src/hash_template.c:356: 警告:隐式声明函数‘Py_DECREF’
  96. src/hash_template.c:360: 警告:隐式声明函数‘PyErr_Occurred’
  97. src/hash_template.c:361: 警告:隐式声明函数‘Py_FatalError’
  98. error: command ‘gcc‘ failed with exit status 1
  99. ----------------------------------------
  100. Rolling back uninstall of pycrypto
  101. Command /usr/bin/python -c "import setuptools;__file__=‘/tmp/pip-build-root/pycrypto/setup.py‘;exec(compile(open(__file__).read().replace(‘\r\n‘, ‘\n‘), __file__, ‘exec‘))" install --record /tmp/pip-Ai6cQR-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip-build-root/pycrypto
  102. Storing complete log in /root/.pip/pip.log

二 解决方案

原因是少了Python的dev

[plain] view plain copy

    1. [[email protected] /]$ sudo yum  install python-devel
时间: 2024-10-25 09:29:55

src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录的相关文章

_mysql.c:29:20: error: Python.h: No such file or directory

在Centos系统中安装 pip install MySQL-python 提示: _mysql.c:29:20: error: Python.h: No such file or directory_mysql.c:40:26: error: structmember.h: No such file or directory 解决方法:yum install python-devel #yum install mysql-devel.x86_64 -----------------------

GNU Linux 64位系统中fatal error: stdio.h: 没有那个文件或目录的错误的解决方法

在64位系统中,编写一个C语言程序后,使用gcc进行编译时,出现了如下的错误: test.c:1:19: fatal  error: stdio.h: 没有那个文件或目录 #include <stdio.h> 针对以上的情况,对于在32环境下一般不会出现这个问题,因为已经把libc的头文件包括在系统中了,那么针对这样的情况,主要检查是否安装了完备的开发环境: build-essential package - Installs the following collection to compi

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

問題一: Installing Caffe without CUDA: fatal error: cublas_v2.h No such file: 在Makefile.config中修改,將CPU_ONLY := 1打開. 問題二:“fatal error: hdf5.h: 没有那个文件或目录”解决方法 参考自http://blog.csdn.net/hongye000000/article/details/51043913 Step 1 在Makefile.config文件的第85行,添加/

python学习笔记九——文件与目录

1.python进行文件读写的函数是open或file类 mode:r  只读 r+   读写 w  写入,先删除原文件,再重新写入,如果文件没有则创建 w+  读写,先删除原文件,再重新写入,如果文件没有则创建(可写入和输出) a  写入,在文件末尾追加新的内容,文件不存在则创建 a+  读写,在文件末尾追加新的内容,文件不存在则创建 b  打开二进制文件,可与r,w,a,+结合使用 U  支持所有的换行符号,"\r","\n","\r\n"

pyaudio安装缺少文件问题error: portaudio.h: 没有那个文件或目录

1.在安装pyaudio时,报错failed error: portaudio.h: 没有那个文件或目录 2.pyaudio的运行需要依赖于portaudio这个库,应该先安装一个portaudio库 3.portaudio安装步骤: a)下载portaudio库http://portaudio.com/download.html b)将下载的文件进行解压 c)进入解压后的portaudio文件,依次执行命令: ./configure make make install 4.到此portaudi

Python IO编程——操作文件和目录

1.1   操作文件和目录 >>> import os >>> os.name     #操作系统类型 'posix' >>> os.uname()     #详细的系统信息 posix.uname_result(sysname='Linux',nodename='daidai.com', release='2.6.18-194.el5', version='#1 SMP Tue Mar 1621:52:39 EDT 2010', machine='x

如何解决编译linux内核(解决声卡问题),遭遇fatal error: linux/limits.h: 没有那个文件或目录

最近帮一位上海的朋友搞一块小板,在ubuntu15.04 vivid上已经加载了对应了.ko驱动包 但关键是系统根本就枚举不到该声卡ALC5640,试了OpenSUSE也是一样的结果,看来是内核漏加载了什么模块. 所以准备重新编译Linux内核3.19.3,结果运行: make?menuconfig 得到错误提示: ? ? ? ? local_lim.h:38:26: fatal error: linux/limits.h ? 应该是在linux目录下找不到limits.h文件.有诸多兄弟碰到过

python学习笔记 操作文件和目录

如果我们要操作文件.目录,可以在命令行下面输入操作系统提供的各种命令来完成.比如dir.cp等命令. 如果要在Python程序中执行这些目录和文件的操作怎么办?其实操作系统提供的命令只是简单地调用了操作系统提供的接口函数,Python内置的os模块也可以直接调用操作系统提供的接口函数. 打开Python交互式命令行,我们来看看如何使用os模块的基本功能: >>> import os >>> os.name # 操作系统类型 'posix' 如果是posix,说明系统是L

python中常用的文件和目录操作(二)

OS模块 一. 概述 python os模块提供了非常丰富的方法用来处理文件和目录 二. 导入:import os 三. 常用方法 1. os.name 输出字符串表示正在使用的平台,如果是windows则用"nt"表示,如果是Linux/Unix,是"posix" import os print(os.name) 结果: nt 2. os.getcwd()  得到当前的工作目录,即当前python脚本工作的目录路径 import os print(os.getcw