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
For ppl who is encountering same situation as mine:
Env
Steps
set CL=-FI"C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.27.29110\include\stdint.h"pip install pycrypto in a cmd window(may need admin privilege)
1