pycrypto安装错误"未找到GMP或MPIR库"在Windows 8.1中

时间:2015-03-16 03:31:42

标签: python compiler-errors windows-8.1 pycrypto

如何在Windows 8.1中安装pycrypto来识别GMP库? 我正在使用Windows 7 SDK(7.0)进行编译。 Python版本是2.7.8

这是完整的错误:

warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
Successfully installed pycrypto-2.6.1

pip freeze:

ecdsa==0.13
gmpy2==2.0.5
pycrypto==2.6.1
wheel==0.24.0

是否有任何我可以发布的日志可以帮助某人指出我正确的方向。

0 个答案:

没有答案