Traceback (most recent call last):
File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/soundfile.py", line 267, in
_snd = _ffi.dlopen('sndfile')File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/cffi/api.py", line 150, in dlopen
lib, function_cache = _make_ffi_library(self, name, flags)File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/cffi/api.py", line 834, in _make_ffi_library
backendlib = _load_backend_lib(backend, libname, flags)File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/cffi/api.py", line 829, in _load_backend_lib
raise OSError(msg)OSError: ctypes.util.find_library() did not manage to locate a library called 'sndfile'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/travischen/Projects/pyvideotrans/sp.py", line 209, in
QTimer.singleShot(100, lambda: initialize_full_app(splash, app))File "/Users/travischen/Projects/pyvideotrans/sp.py", line 146, in initialize_full_app
from videotrans.mainwin.main_win import MainWindowFile "/Users/travischen/Projects/pyvideotrans/videotrans/mainwin/main_win.py", line 25, in
from videotrans import VERSION, translator, tts, recognitionFile "/Users/travischen/Projects/pyvideotrans/videotrans/translator/__init__.py", line 6, in
from videotrans.translator._base import BaseTransFile "/Users/travischen/Projects/pyvideotrans/videotrans/translator/_base.py", line 9, in
from videotrans.configure.base import BaseConFile "/Users/travischen/Projects/pyvideotrans/videotrans/configure/base.py", line 13, in
from videotrans.process.signelobj import GlobalProcessManagerFile "/Users/travischen/Projects/pyvideotrans/videotrans/process/__init__.py", line 2, in
from .tts_fun import qwen3tts_funFile "/Users/travischen/Projects/pyvideotrans/videotrans/process/tts_fun.py", line 9, in
import soundfile as sfFile "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/soundfile.py", line 276, in
_snd = _ffi.dlopen(_os.path.join(File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/cffi/api.py", line 150, in dlopen
lib, function_cache = _make_ffi_library(self, name, flags)File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/cffi/api.py", line 834, in _make_ffi_library
backendlib = _load_backend_lib(backend, libname, flags)File "/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/cffi/api.py", line 829, in _load_backend_lib
raise OSError(msg)OSError: cannot load library '/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib': dlopen(/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib, 0x0002): tried: '/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib' (no such file), '/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib' (no such file). Additionally, ctypes.util.find_library() did not manage to locate a library called '/Users/travischen/Projects/pyvideotrans/.venv/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib'