:
concurrent.futures.process._RemoteTraceback:
"""
Traceback (most recent call last):
File "/Users/yangyi/.local/share/uv/python/cpython-3.10.19-macos-aarch64-none/lib/python3.10/concurrent/futures/process.py", line 246, in _process_worker
r = call_item.fn(*call_item.args, **call_item.kwargs)File "/Users/yangyi/pyvideotrans/videotrans/process/tts_fun.py", line 34, in qwen3tts_fun
from qwen_tts import Qwen3TTSModelModuleNotFoundError: No module named 'qwen_tts'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/Users/yangyi/pyvideotrans/videotrans/util/ListenVoice.py", line 16, in run
tts.run(File "/Users/yangyi/pyvideotrans/videotrans/tts/__init__.py", line 346, in run
QwenttsLocal(**kwargs).run()File "/Users/yangyi/pyvideotrans/videotrans/tts/_base.py", line 136, in run
self._exec()File "/Users/yangyi/pyvideotrans/videotrans/tts/_qwenttslocal.py", line 53, in _exec
self._new_process(callback=qwen3tts_fun,title=title,is_cuda=self.is_cuda,kwargs=kwargs)File "/Users/yangyi/pyvideotrans/videotrans/configure/_base.py", line 284, in _new_process
_rs = future.result()File "/Users/yangyi/.local/share/uv/python/cpython-3.10.19-macos-aarch64-none/lib/python3.10/concurrent/futures/_base.py", line 458, in result
return self.__get_result()File "/Users/yangyi/.local/share/uv/python/cpython-3.10.19-macos-aarch64-none/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exceptionModuleNotFoundError: No module named 'qwen_tts'
=
system:macOS-26.1-arm64-arm-64bit
version:v3.97
frozen:False
language:en
root_dir:/Users/yangyi/pyvideotrans
Python: 3.10.19 (main, Nov 19 2025, 22:41:43) [Clang 21.1.4 ]