python3安装Crupto异常
1. python3 -m pip install Crypto -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
2.在 虚拟环境/本地Python 目录子目录Lib->site-packages->crypto的c改为C 即可
3..python3 -m pip install pycryptodome -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
转载:https://www.cnblogs.com/python-kp/p/14955087.html