[13:50:53] [ERROR] Install core dependencies - failed after 3 attempts
Traceback (most recent call last):
File "/Users/toasted/whisperjav/install.py", line 1689, in <module>
main()
File "/Users/toasted/whisperjav/install.py", line 1252, in main
run_pip(executor, ["install"] + core_deps, "Install core dependencies")
File "/Users/toasted/whisperjav/install.py", line 1020, in run_pip
result = subprocess.run(
^^^^^^^^^^^^^^^
File "/Users/toasted/.pyenv/versions/3.12.12/lib/python3.12/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/Users/toasted/venvs/whisperjav/bin/python3', '-m', 'pip', 'install', 'faster-whisper>=1.1.0', 'tqdm', 'colorama', 'requests', 'aiofiles', 'regex', 'pysrt', 'srt', 'pydantic>=2.0,<3.0', 'PyYAML>=6.0', 'jsonschema', 'numpy>=1.26.0,<2.0', 'scipy>=1.10.1', 'numba>=0.58.0', 'soundfile', 'pydub', 'librosa>=0.10.0', 'pyloudnorm', 'auditok', 'silero-vad>=6.2', 'ten-vad', 'psutil>=5.9.0', 'scikit-learn>=1.3.0', 'av>=13.0.0', 'imageio>=2.31.0', 'imageio-ffmpeg>=0.4.9', 'httpx>=0.27.0', 'websockets>=13.0', 'soxr>=0.3.0']' returned non-zero exit status 1.