openai-whisper fails #6208
Unanswered
fcacarminati
asked this question in
Casks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
[.../Users/fca/Downloads] whisper
Traceback (most recent call last):
File "/usr/local/bin/whisper", line 5, in
from whisper.transcribe import cli
File "/usr/local/Cellar/openai-whisper/20240930_1/libexec/lib/python3.13/site-packages/whisper/init.py", line 8, in
import torch
File "/usr/local/opt/pytorch/libexec/lib/python3.13/site-packages/torch/init.py", line 367, in
from torch._C import * # noqa: F403
^^^^^^^^^^^^^^^^^^^^^^
ImportError: dlopen(/usr/local/opt/pytorch/libexec/lib/python3.13/site-packages/torch/_C.cpython-313-darwin.so, 0x0002): Library not loaded: /usr/local/opt/abseil/lib/libabsl_log_internal_check_op.2407.0.0.dylib
Referenced from: /usr/local/Cellar/pytorch/2.5.1_4.reinstall/libexec/lib/python3.13/site-packages/torch/lib/libtorch_python.dylib
Reason: tried: '/usr/local/root/lib/libabsl_log_internal_check_op.2407.0.0.dylib' (no such file), '/usr/local/opt/abseil/lib/libabsl_log_internal_check_op.2407.0.0.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/opt/abseil/lib/libabsl_log_internal_check_op.2407.0.0.dylib' (no such file), '/usr/local/opt/abseil/lib/libabsl_log_internal_check_op.2407.0.0.dylib' (no such file)
[
Relevant casks
openai-whisper
Beta Was this translation helpful? Give feedback.
All reactions