We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On MacOS 15.1.1 I had to install libsndfile and libvorbis. This step is missing from the setup documentation.
The error appears as
Commands to install
The text was updated successfully, but these errors were encountered: