PyInstaller打包时报错No module named ‘Crypto.Math‘ 和The ‘cryptography‘ distribution was not found的解决办法
pyinstaller -F XXX.py时报错,打包失败。No module named ‘Crypto.Math’ 错误解决错误信息如下:INFO: Loading module hook "hook-Crypto.py"...Traceback (most recent call last): File "<string>", line 2, in <module>ModuleNotFound