Pyinstaller executable file error will access pandas series but not when I run the code directly

前端 未结 0 1315
南方客
南方客 2021-02-12 17:57

I build an executable file using pyinstaller (pyinstaller --onefile my_script.py)

The executable crash when I try to access a value from the pandas series object :

相关标签:
回答
  • 消灭零回复
提交回复
热议问题