python3.10+pyinstaller4.10打包IndexError: tuple index out of range报错的解决方法
方法转自:https://blog.csdn.net/weixin_41946088/article/details/121622392我一开始也是跟文章一样的3.10的Python+4.7的pyinstaller,发现要改文件后我看到pyinstaller已经迭代到4.10了,以为应该能解决问题了吧,更上去之后,依旧报错。。。。幸运的是,还是同一个Bug,改完文件之后就打包成功了。首先找到...