-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
On MacOS 15.1.1 I had to install libsndfile and libvorbis. This step is missing from the setup documentation.
The error appears as
File "/opt/homebrew/anaconda3/envs/metaenv/lib/python3.10/site-packages/SoundFile-0.10.3.post1-py3.10.egg/soundfile.py", line 143, in <module>
_snd = _ffi.dlopen(_libname)
OSError: cannot load library '/opt/homebrew/anaconda3/envs/metaenv/bin/../lib/libsndfile.dylib': dlopen(/opt/homebrew/anaconda3/envs/metaenv/bin/../lib/libsndfile.dylib, 0x0002): Library not loaded: @rpath/libvorbis.0.4.9.dylib
Commands to install
conda install conda-forge::libvorbis &&
conda install conda-forge::libsndfile
Metadata
Metadata
Assignees
Labels
No labels