在使用python中的pyinstaller命令打包exe遇到报错:RuntimeError: input(): lost sys.stdin 一、问题复现 import datetime def record_log(): project_name = input("请输入项目名称:") l