https://blog.csdn.net/lacoucou/article/details/53152122
1.pip install pycropt 这中办法经常会报错:
似乎也很麻烦。
2.使用编译好的安装包。下载地址:
根据自己的版本现在对应的安装即可。
然而,安装完,或许并没有什么卵用,使用依旧报错:
经过苦苦搜索,终于在stackover上找到答案:
I found the solution. Issue is probably in case sensitivity (on Windows).Just change the name of the folder:C:\Python27\Lib\site-packages\cryptoto: C:\Python27\Lib\site-packages\Crypto
翻译过来就是:把crypto文件夹重命名为Crypto。终于可以正常使用了。