I tried to do pip3 install pycrypto but clang failed with the below trace. I also tried to clone latest master and do a pip3 install -e /path/to/pycrypto/ and that failed with similar bunch of errors.
@mertz3hack My solution was to switch to cryptography or pycryptodome which both provide official wheels for Windows. My understanding is that pycrypto is no longer maintained.
Paramiko is an SSH module for python that allows for secure connections to be made, and pycrypto is a cryptography toolkit for python. Whether you need one or the other, or both, the easiest way to ...