为了账号安全,请及时绑定邮箱和手机立即绑定

通过子进程python运行praat脚本时无法将字节输出转换为字符串

通过子进程python运行praat脚本时无法将字节输出转换为字符串

FFIVE 2021-05-13 18:13:25
sound_offset_time = subprocess.check_output(praat_command_str, shell=True).decode("utf-8")提供输出# Result: - #另一个命令process = subprocess.Popen(praat_command_str, stdout=subprocess.PIPE, stderr=None, shell=True)给出输出:('-\x006\x00.\x008\x001\x004\x006\x006\x000\x008\x009\x006\x003\x001\x007\x006\x006\x002\x00\r\x00\n\x00', None)我无法将其从字节转换为字符串,仍然获得“-”。如果从命令行运行,则输出正确-6.814660896317662
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 82 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信