3
我嘗試使用pip
安裝PyCrypto,但它抱怨需要vcvarsall.bat。我安裝了Visual Studio 2008,但現在當我嘗試從pip
安裝它時,我獲得了ValueError: [u'path']
。如何在64位Windows 7機器上安裝pycrypto?
我試着從Voidspace下載預構建的二進制文件,但它們只有32位版本,它似乎並沒有在我的機器上正確安裝(它說它成功了,但運行python並試圖給我import Crypto
一個ImportError: No module named Crypto
)。
我需要做什麼?
[相關](http://bugs.python.org/issue7511) – SquareRootOfTwentyThree