LiangYang666/ChatGPT-Web

打包成单独exe后,报错。

5777033 opened this issue · 3 comments

您好,打包成单独exe后,报错。
Traceback (most recent call last):
File "main.py", line 681, in
File "flask\app.py", line 884, in run
File "flask\cli.py", line 723, in show_server_banner
File "click\utils.py", line 299, in echo
AttributeError: 'NoneType' object has no attribute 'write'

我之前也尝试打包出了问题,后面就没弄了

cpfdd commented

在打包的命令后面加上-c就可以了