当我在 mycode 中有 subprocess.check_output 函数并使用 pyinstaller 生成一个 .exe 文件时
python pyinstaller.py --noconsole -F myprogram.py
进程停止工作,否则一切正常!
您知道 pyinstaller 的任何解决方案或用其他东西替换子进程库吗?
当我在 mycode 中有 subprocess.check_output 函数并使用 pyinstaller 生成一个 .exe 文件时
python pyinstaller.py --noconsole -F myprogram.py
进程停止工作,否则一切正常!
您知道 pyinstaller 的任何解决方案或用其他东西替换子进程库吗?