Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python pycrypto安装时出现错误;未找到GMP或MPIR库“;在windows 8.1中_Python_Compiler Errors_Windows 8.1_Pycrypto - Fatal编程技术网

Python pycrypto安装时出现错误;未找到GMP或MPIR库“;在windows 8.1中

Python pycrypto安装时出现错误;未找到GMP或MPIR库“;在windows 8.1中,python,compiler-errors,windows-8.1,pycrypto,Python,Compiler Errors,Windows 8.1,Pycrypto,如何让pycrypto安装程序识别windows 8.1中的GMP库? 我正在使用Windows7SDK(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冻结: ecdsa==0.13 gmpy2==2.0.5 pycrypto==2.6

如何让pycrypto安装程序识别windows 8.1中的GMP库? 我正在使用Windows7SDK(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冻结:

ecdsa==0.13
gmpy2==2.0.5
pycrypto==2.6.1
wheel==0.24.0
有没有我可以发布的日志可以帮助别人为我指出正确的方向