How to install pycrypto on a 64-bit Windows 7 machine?

I tried installing PyCrypto using pip, but he complained about the need for vcvarsall.bat. I installed Visual Studio 2008, but now I get ValueError: [u'path']when I try to install it from pip.

I tried to download the pre-built binary from Voidspace , but they only have 32-bit versions, and it does not seem to install correctly on my computer (he says it succeeded, but python starts and the attempt import Cryptogives me ImportError: No module named Crypto).

What do I need to do?

+3
source share
1 answer

Voidspace now has ready-made 64-bit binaries:

. 64- python 2.7

+10

All Articles