I’m geeting this error:
import soundfile as sf
File “/home/appuser/venv/lib/python3.9/site-packages/soundfile.py”, line 189, in
_snd = _ffi.dlopen(_libname)
OSError: cannot load library ‘libsndfile.so’: libsndfile.so: cannot open shared object file: No such file or directory
Possible solution could be as decribed in this SO thread but I don’t know how I can control linux level dependencies. Can anyone please help me on this? Thanks.