程序内部错误:module 'llvmlite.binding' has no attribute 'get_host_cpu_name':
multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "multiprocessing\pool.py", line 125, in worker
File "videotrans\process\tts_fun.py", line 34, in qwen3tts_fun
File "D:\videotrans\_internal\qwen_tts\__init__.py", line 21, in
from .inference.qwen3_tts_model import Qwen3TTSModel, VoiceClonePromptItemFile "D:\videotrans\_internal\qwen_tts\inference\qwen3_tts_model.py", line 29, in
from ..core.models import Qwen3TTSConfig, Qwen3TTSForConditionalGeneration, Qwen3TTSProcessorFile "D:\videotrans\_internal\qwen_tts\core\__init__.py", line 17, in
from .tokenizer_25hz.modeling_qwen3_tts_tokenizer_v1 import Qwen3TTSTokenizerV1ModelFile "D:\videotrans\_internal\qwen_tts\core\tokenizer_25hz\modeling_qwen3_tts_tokenizer_v1.py", line 33, in
from .vq.speech_vq import WhisperEncoderVQ, XVectorExtractorFile "D:\videotrans\_internal\qwen_tts\core\tokenizer_25hz\vq\speech_vq.py", line 26, in
from librosa.filters import mel as librosa_mel_fnFile "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "pyimod02_importers.py", line 457, in exec_module
File "librosa\filters.py", line 52, in
from numba import jitFile "D:\videotrans\_internal\numba\__init__.py", line 73, in
from numba.core import configFile "D:\videotrans\_internal\numba\core\config.py", line 585, in
_env_reloader = _EnvReloader()File "D:\videotrans\_internal\numba\core\config.py", line 119, in init
self.reset()File "D:\videotrans\_internal\numba\core\config.py", line 123, in reset
self.update(force=True)File "D:\videotrans\_internal\numba\core\config.py", line 152, in update
self.process_environ(new_environ)File "D:\videotrans\_internal\numba\core\config.py", line 389, in process_environ
ENABLE_AVX = _readenv("NUMBA_ENABLE_AVX", int, avx_default)File "D:\videotrans\_internal\numba\core\config.py", line 183, in _readenv
return default() if callable(default) else defaultFile "D:\videotrans\_internal\numba\core\config.py", line 379, in avx_default
cpu_name = CPU_NAME or ll.get_host_cpu_name()AttributeError: module 'llvmlite.binding' has no attribute 'get_host_cpu_name'
"""
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 16, in run
File "videotrans\tts\__init__.py", line 403, in run
File "videotrans\tts\_base.py", line 137, in run
File "videotrans\tts\_qwenttslocal.py", line 53, in _exec
File "videotrans\configure\_base.py", line 285, in _new_process
File "videotrans\process\signelobj.py", line 13, in result
File "multiprocessing\pool.py", line 774, in get
AttributeError: module 'llvmlite.binding' has no attribute 'get_host_cpu_name'
=
system:Windows-10-10.0.26200-SP0
version:v3.99
frozen:True
language:zh
root_dir:D:/videotrans