:
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "C:\Users\致初春小天使\AppData\Roaming\uv\python\cpython-3.10.19-windows-x86_64-none\lib\multiprocessing\pool.py", line 125, in worker
result = (True, func(*args, **kwds))File "H:\pyvideotrans-4.00\videotrans\process\tts_fun.py", line 30, 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 "H:\pyvideotrans-4.00\videotrans\util\ListenVoice.py", line 16, in run
tts.run(File "H:\pyvideotrans-4.00\videotrans\tts\__init__.py", line 181, in run
return _cls(**kwargs).run() # type:ignoreFile "H:\pyvideotrans-4.00\videotrans\tts\_base.py", line 90, in run
self._exec()File "H:\pyvideotrans-4.00\videotrans\tts\_qwenttslocal.py", line 46, in _exec
self._new_process(callback=qwen3tts_fun,title=title,is_cuda=self.is_cuda,kwargs=kwargs)File "H:\pyvideotrans-4.00\videotrans\configure\base.py", line 238, in _new_process
data,err = future.result()File "H:\pyvideotrans-4.00\videotrans\process\signelobj.py", line 13, in result
return self.async_result.get(timeout=timeout)File "C:\Users\致初春小天使\AppData\Roaming\uv\python\cpython-3.10.19-windows-x86_64-none\lib\multiprocessing\pool.py", line 774, in get
raise self._valueModuleNotFoundError: No module named 'qwen_tts'
=
system:Windows-10-10.0.19045-SP0
version:v4.00
frozen:False
language:zh
root_dir:H:/pyvideotrans-4.00
Python: 3.10.19 (main, Oct 28 2025, 12:01:56) [MSC v.1944 64 bit (AMD64)]