安装python的pycrypto前先在命令行运行:
set CL=-FI"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.24.28314\include\stdint.h"
-FI后边跟的是stdint.h的全路径,可以使用Everything(一个免费软件)来定位;
然后运行:
pip install pycrypto
进行安装即可;
参考资料:
https://qiita.com/tkprof/items/631359e4ca479643f9ba