pyinstaller 打包python程序 报错
报错信息如下:

option(s) not allowed:
--onedir/--onefile
makespec options not valid when a .spec file is given

解决:不使用 -F 参数

pyinstaller main .spec

欢迎讨论,相互学习。 cdtxw@foxmail.com