MetaAF icon indicating copy to clipboard operation
MetaAF copied to clipboard

Missing setup requirements

Open chf2117 opened this issue 1 year ago • 0 comments

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

chf2117 avatar Dec 10 '24 19:12 chf2117