#5629 please run uv sync --extra qwentts Traceback (most recent call last): File "F:\pyvideotrans-4.03\pyvideotrans-4.03\vid

113.175* Posted at: 1 day ago

please run uv sync --extra qwentts
Traceback (most recent call last):
File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\task\only_one.py", line 86, in run

trk.dubbing()

File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\task\trans_create.py", line 667, in dubbing

self._tts()

File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\task\trans_create.py", line 989, in _tts

run_tts(

File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\tts\__init__.py", line 185, in run

return _cls(**kwargs).run()  # type:ignore

File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\tts\_base.py", line 93, in run

self._exec()

File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\tts\_qwenttslocal.py", line 47, in _exec

self._new_process(callback=qwen3tts_fun,title=title,is_cuda=self.is_cuda,kwargs=kwargs)

File "F:\pyvideotrans-4.03\pyvideotrans-4.03\videotrans\configure\base.py", line 272, in _new_process

raise VideoTransError(err)

videotrans.configure.excepts.VideoTransError: please run uv sync --extra qwentts

cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 单视频模式
原始输入文件名: C:/Users/minz/Downloads/111.mp4,
输出结果保存到文件夹: C:/Users/minz/Downloads/_video_out/111-mp4,
临时文件夹: F:/pyvideotrans-4.03/pyvideotrans-4.03/tmp/25212/7840d796b5
已选 清理已存在
未选 启用CUDA加速
未选 降噪
ASR Channel:faster-whisper(LocalBuilt-in), model_name: distil-large-v3.5, 发音语言: English, 断句方式:默认断句
Trans Channel:Google (Free),原始语言:English,目标语言:Vietnamese, 已选 Send SRT
Dubb Channel:Qwen3-TTS(LocalBuilt-in), 角色:sub.wav, 配音语言:Vietnamese, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: Embed Hard Subs
代理地址:


=
system:Windows-10-10.0.19043-SP0
version:v4.03
frozen:False
language:en
root_dir:F:/pyvideotrans-4.03/pyvideotrans-4.03
Python: 3.10.19 (main, Feb 12 2026, 00:37:08) [MSC v.1944 64 bit (AMD64)]

1 Replies

This error occurs because the Qwen3-TTS (local built-in) channel requires an additional Python dependency that wasn't installed by default. You are running pyVideoTrans in source mode and need to install the qwen-tts extra.

Run the following command inside your pyVideoTrans installation directory (F:/pyvideotrans-4.03/pyvideotrans-4.03/):

uv sync --extra qwen-tts

Make sure you have uv installed and that your Python environment is active. After the command completes, restart the software and retry the task.

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. Dondate: ko-fi.com/jianchang512

Related resource