gpt4 book ai didi

python - 无法在python中按名称获取进程的PID

转载 作者:太空宇宙 更新时间:2023-11-04 00:00:30 25 4
gpt4 key购买 nike

我有一段非常简单的代码

import subprocess
print(subprocess.check_output(["pidof","ffmpeg"]))

应该打印名为 ffmpeg 的进程的 PID(参见 here)。但是,我总是收到以下错误:

subprocess.CalledProcessError: Command '['pidof', 'ffmpeg']' returned non-zero exit status 1

对于 python2 和 python3。我做错了什么?

最佳答案

来自 man pidof:

EXIT STATUS
0 At least one program was found with the requested name.

1 No program was found with the requested name.

您只是没有任何名为 ffmpeg 的进程。

关于python - 无法在python中按名称获取进程的PID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55864216/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com