You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~►llama-assistant (base) 113.203s 15:13
Traceback (most recent call last):
File "/opt/homebrew/Caskroom/miniconda/base/bin/llama-assistant", line 5, in <module>
from llama_assistant.main import main
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/llama_assistant/main.py", line 5, in <module>
from llama_assistant.llama_assistant import LlamaAssistant
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/llama_assistant/llama_assistant.py", line 49, in <module>
from llama_assistant.speech_recognition_thread import SpeechRecognitionThread
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/llama_assistant/speech_recognition_thread.py", line 9, in <module>
from pywhispercpp.model import Model
File "/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/pywhispercpp/model.py", line 14, in <module>
import _pywhispercpp as pw
ImportError: dlopen(/opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/_pywhispercpp.cpython-312-darwin.so, 0x0002): Library not loaded: @rpath/libwhisper.1.dylib
Referenced from: <BF3201C1-7D2D-33A4-8231-2370CFD402A7> /opt/homebrew/Caskroom/miniconda/base/lib/python3.12/site-packages/_pywhispercpp.cpython-312-darwin.so
Reason: tried: '/private/var/folders/pv/bhts_8cx5z90483yx_04qfdh0000gn/T/pip-req-build-y46w04f8/build/lib.macosx-11.1-arm64-cpython-312/libwhisper.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/pv/bhts_8cx5z90483yx_04qfdh0000gn/T/pip-req-build-y46w04f8/build/lib.macosx-11.1-arm64-cpython-312/libwhisper.1.dylib' (no such file), '/private/var/folders/pv/bhts_8cx5z90483yx_04qfdh0000gn/T/pip-req-build-y46w04f8/build/lib.macosx-11.1-arm64-cpython-312/libwhisper.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/pv/bhts_8cx5z90483yx_04qfdh0000gn/T/pip-req-build-y46w04f8/build/lib.macosx-11.1-arm64-cpython-312/libwhisper.1.dylib' (no such file), '/opt/homebrew/Caskroom/miniconda/base/bin/../lib/libwhisper.1.dylib' (no such file), '/opt/homebrew/Caskroom/miniconda/base/bin/../lib/libwhisper.1.dylib' (no such file)
here's everything I tried to fix the issue
The text was updated successfully, but these errors were encountered: