pyinstaller打包Python程序运行报错找不到Crypto
Python代码中使用到AES等加密库时,通过pyinstaller打包后运行可能会报错找不到Crypto库:ModuleNotFoundError: No module named 'Crypto'解决方法:pip3 install pycryptodome -i https://pypi.tuna.tsinghua.edu.cn/simple