python文件使用pyinstaller打包报错,网上说:
意思就是,你PyInstaller里面找不到第三方库所以报错,需要指定第三方库的路径。如果对你有帮助,还请帮忙点个采纳,谢谢。
PyInstaller -F 路径 xxx.py