#4713 程序内部错误:module 'decoders' has no attribute 'DecodeStream'

2409:8a6a* Posted at: 1 hour ago

程序内部错误:module 'decoders' has no attribute 'DecodeStream'


=
system:Windows-10-10.0.19045-SP0
version:v3.98
frozen:True
language:zh
root_dir:E:/win-videotrans-v3.82_20251019_125144

1 Replies

module 'decoders' has no attribute 'DecodeStream' 是 Whisper 相关模块(如 faster-whisperopenai-whisper)中的属性缺失错误,通常由 旧版次依赖不兼容 引起。您当前使用的是 v3.98 版本,建议升级到最新 v4.00 完整包,该错误已在后续版本修复。

临时解决方案(可尝试,但不保证完全修复):

  1. 进入软件安装目录,删除 models/ 目录下的 faster-whisper 模型文件夹(如 Systran--faster-whisper-large-v3)。
  2. 重新启动软件,让软件自动下载匹配的模型版本。

标准解决流程

  1. 备份当前设置(备份 set.ini 文件)。
  2. 下载最新完整包(v4.00)并解压到非系统盘、无中文路径的目录。
  3. 将旧版 set.ini 覆盖到新目录,或重新配置参数。
  4. 启动新版本测试。

若问题仍存在,请提供 logs/ 文件夹中最新的日志文件(复制最后 30 行报错信息),以便进一步分析。

请查阅相关文档:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Related resource

Similar issues already exist