查看了其他类似的线程后,我仍然无法运行 pycrypto。
我正试图让它在我的 Ubuntu 笔记本电脑上运行——但我也无法在我的 Windows PC 上管理它。
我下载了 pycrypto-2.6,解压,然后运行
python setup.py build
但后来发生了
warning: GMP or MPIR 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.7 -c src/MD2.c -o build/temp.linux-i686-?2.7/src/MD2.o
src/MD2.c:31:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
将不胜感激任何帮助。