Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing setup requirements #24

Open
chf2117 opened this issue Dec 10, 2024 · 0 comments
Open

Missing setup requirements #24

chf2117 opened this issue Dec 10, 2024 · 0 comments

Comments

@chf2117
Copy link

chf2117 commented Dec 10, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant