Traceback (most recent call last):
File "/Users/nine/pyvideotrans/videotrans/task/job.py", line 107, in run
trk.recogn()File "/Users/nine/pyvideotrans/videotrans/task/trans_create.py", line 358, in recogn
raw_subtitles = run_recogn(File "/Users/nine/pyvideotrans/videotrans/recognition/__init__.py", line 241, in run
from ._overall import FasterAllFile "/Users/nine/pyvideotrans/videotrans/recognition/_overall.py", line 9, in
from videotrans.recognition._base import BaseRecognFile "/Users/nine/pyvideotrans/videotrans/recognition/_base.py", line 6, in
from tenacity import RetryErrorModuleNotFoundError: No module named 'tenacity'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/nine/pyvideotrans/videotrans/task/job.py", line 118, in run
from videotrans.configure._except import get_msg_from_exceptFile "/Users/nine/pyvideotrans/videotrans/configure/_except.py", line 13, in
from tenacity import RetryError as TenRetryErrorModuleNotFoundError: No module named 'tenacity'
=
system:macOS-15.7.1-x86_64-i386-64bit
version:v3.84
frozen:False
language:zh
root_dir:/Users/nine/pyvideotrans
Python: 3.10.1 (v3.10.1:2cd268a3a9, Dec 6 2021, 14:28:59) [Clang 13.0.0 (clang-1300.0.29.3)]