ModuleNotFoundError: No module named 'Crypto'
解决办法
bash
pip uninstall pycryptodome
pip uninstall pycrypto
pip uninstall crypto
pip install pycrypto
解决办法
pip uninstall pycryptodome
pip uninstall pycrypto
pip uninstall crypto
pip install pycrypto