pyinstaller 打包报错hook-matplotlib.backends.py
最开始是在python10下面,打包pyinstaller --clean --onefile --hidden-import=packaging.licenses --hidden-import=matplotlib.backends.backend_agg 系统.py
一直报错23820 INFO: Processing standard module hook ‘hook-matplotlib.backends.py’ from ‘C:\Python\python3.10\lib\site-packages\PyInstaller\hooks’
整了半天都没有找到解决办法,最后切换到python3.13下就成功了。
