pip install pycrypto works fine with python3.5.2 but fails wiht python3.6 with the following error:
inttypes.h(26): error C2061: syntax e
I've succeeded install pycrypo 2.6.1 on python 3.6 and windows 10.
set CL=/FI"%VCINSTALLDIR%\\INCLUDE\\stdint.h" %CL%
python setup.py install
I would be glad if this could be help someone.