You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing opensoundscape without ffmpeg on my Apple Silicon M1 Pro chip laptop, I got an error about libsndfile not being found during import opensoundscape in python.
OSError: cannot load library '/Users/SML161/miniconda3/envs/opso070/lib/python3.8/site-packages/_soundfile_data/libsndfile.dylib': dlopen(/Users/SML161/miniconda3/envs/opso070/lib/python3.8/site-packages/_soundfile_data/libsndfile.dylib, 0x0002): tried: '/Users/SML161/miniconda3/envs/opso070/lib/python3.8/site-packages/_soundfile_data/libsndfile.dylib' (no such file). Additionally, ctypes.util.find_library() did not manage to locate a library called '/Users/SML161/miniconda3/envs/opso070/lib/python3.8/site-packages/_soundfile_data/libsndfile.dylib'
The text was updated successfully, but these errors were encountered:
The workaround posted here works for me and can be used until there is a fix. It involves copying the libsnfile site-packages files to the location where Python is (incorrectly) looking for them.
After installing opensoundscape without ffmpeg on my Apple Silicon M1 Pro chip laptop, I got an error about libsndfile not being found during
import opensoundscape
in python.The text was updated successfully, but these errors were encountered: