There is python 2.7 and already pycrypto 2.6.1 inside installed. Env Windows 8, x64.
I get following error while installing requirements with pip (pip install -r file_with_requirements).
Installing collected packages: pycrypto
Found existing installation: pycrypto 2.6
Uninstalling pycrypto:
Successfully uninstalled pycrypto
Running setup.py install for pycrypto
'chmod' is not recognized as an internal or external command,
operable program or batch file.
Traceback (most recent call last):
I've tried with normal user and admin privileages as well.