python pycrypto安装

2024-04-27 23:49:44 发布

您现在位置:Python中文网/ 问答频道 /正文

Possible Duplicate:
PyCrypto and GMP library not found error [Mac OS 10.6.3]

我试图在ubuntu上安装pycrypto,但是它抛出了错误

hom@PC71:~/Desktop/pycrypto-2.3$ sudo python setup.py build
running build
running build_py
running build_ext
warning: GMP library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Hash.MD2' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -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
src/MD2.c:31: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1

我已经安装了python开发工具。


Tags: pybuildsrclibrarynoterrorcryptorunning