' failed with exit status 2
Failed building wheel for pycryptoRunning setup.py clean for pycrypto
Installing collected packages: pycryptoRunning setup.py install for pycrypto ...
所以我现在正在用Python制作一个简单的AES加密/解密系统.但是,当它解密时,它在解密字符串前面有一堆/xxx/。我如何清理它,使它只打印明文。import base64from Crypto import Random
iv = Random.new().read(AES.block_size)msg = iv + cipher.encrypt(b'At
安装了python2.7.3之后,我想安装包StarCluster,通过命令尝试这样做:但是,这会导致在安装依赖包pycrypto时出现错误,因此通过使用以下命令分别尝试安装该包:但是得到下面的错误,message....Am,我遗漏了一些我需要做的事情?Searching for pycrypto
Reading http://pypi.python.org/simple/py