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

103.151* Posted at: 2 hours ago

please run uv sync --extra qwentts :
Traceback (most recent call last):
File "/Users/sayuri/videoAI/pyvideotrans/videotrans/util/ListenVoice.py", line 16, in run

tts.run(

File "/Users/sayuri/videoAI/pyvideotrans/videotrans/tts/__init__.py", line 192, in run

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

File "/Users/sayuri/videoAI/pyvideotrans/videotrans/tts/_base.py", line 93, in run

self._exec()

File "/Users/sayuri/videoAI/pyvideotrans/videotrans/tts/_qwenttslocal.py", line 47, in _exec

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

File "/Users/sayuri/videoAI/pyvideotrans/videotrans/configure/base.py", line 272, in _new_process

raise VideoTransError(err)

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


=
system:macOS-26.2-arm64-arm-64bit
version:v4.03
frozen:False
language:zh
root_dir:/Users/sayuri/videoAI/pyvideotrans
Python: 3.10.19 (main, Feb 12 2026, 00:36:33) [Clang 21.1.4 ]

1 Replies

明确原因是 Qwen-TTS 所需的可选依赖未安装。请在项目根目录执行以下命令:

uv sync --extra qwentts

安装完成后重启软件即可使用 Qwen-TTS 配音。

请查阅相关文档:

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

Similar issues already exist