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?
source
share