Traceback (most recent call last):
  File "/Users/tips/voice/pyvideotrans/videotrans/task/job.py", line 146, in run
trk.trans()File "/Users/tips/voice/pyvideotrans/videotrans/task/_translate_srt.py", line 45, in trans
raw_subtitles = run(File "/Users/tips/voice/pyvideotrans/videotrans/translator/__init__.py", line 844, in run
from videotrans.translator._google import GoogleFile "/Users/tips/voice/pyvideotrans/videotrans/translator/_google.py", line 7, in
from tenacity import retry, stop_after_attempt, wait_fixed, retry_if_not_exception_type, before_log, after_logModuleNotFoundError: No module named 'tenacity'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/Users/tips/voice/pyvideotrans/videotrans/task/job.py", line 155, in run
from videotrans.configure._except import get_msg_from_exceptFile "/Users/tips/voice/pyvideotrans/videotrans/configure/_except.py", line 5, in
from openai import AuthenticationError, PermissionDeniedError, NotFoundError, BadRequestError, RateLimitError, \ModuleNotFoundError: No module named 'openai'
=
system:macOS-26.0.1-arm64-arm-64bit
version:v3.82
frozen:False
language:zh
root_dir:/Users/tips/voice/pyvideotrans
Python: 3.10.19 (main, Oct 9 2025, 15:25:03) [Clang 17.0.0 (clang-1700.3.19.1)]