在將python打包的過程中,同一個.py檔,在沒有import pandas時是可以成功打包的。但是只要import pandas後再打包就會出現 「tuple index out of range」,請問這種情況怎麼辦?
Pyinstaller是在github下載的,python版本3.10
python 降版本或是改 spec 檔呢?
github 是有看到支援 3.10,不過 pip 那邊還是 3.9,可能還有一些不穩定
其他的都是改 spec
參考資料
PyInstaller and Pandas
PyInstaller with Pandas — Problems, solutions, and workflow with code examples
Python Pyinstaller打包含pandas库的py文件遇到的坑
pyinstaller 将.py生成.exe ----报错 “IndexError: tuple index out of range”