runtime error

Exit code: 1. Reason: osa version 0.10.0. It will be removed in librosa version 1.0. y, sr_native = __audioread_load(path, offset, duration, dtype) Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/librosa/core/audio.py", line 176, in load y, sr_native = __soundfile_load(path, offset, duration, dtype) File "/usr/local/lib/python3.10/site-packages/librosa/core/audio.py", line 209, in __soundfile_load context = sf.SoundFile(path) File "/usr/local/lib/python3.10/site-packages/soundfile.py", line 690, in __init__ self._file = self._open(file, mode_int, closefd) File "/usr/local/lib/python3.10/site-packages/soundfile.py", line 1265, in _open raise LibsndfileError(err, prefix="Error opening {0!r}: ".format(self.name)) soundfile.LibsndfileError: Error opening 'voices/f-us-1.wav': System error. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 38, in <module> voices[v] = styletts2importable.compute_style(f'voices/{v}.wav') File "/app/styletts2importable.py", line 59, in compute_style wave, sr = librosa.load(path, sr=24000) File "/usr/local/lib/python3.10/site-packages/librosa/core/audio.py", line 184, in load y, sr_native = __audioread_load(path, offset, duration, dtype) File "/usr/local/lib/python3.10/site-packages/decorator.py", line 235, in fun return caller(func, *(extras + args), **kw) File "/usr/local/lib/python3.10/site-packages/librosa/util/decorators.py", line 63, in __wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/librosa/core/audio.py", line 240, in __audioread_load reader = audioread.audio_open(path) File "/usr/local/lib/python3.10/site-packages/audioread/__init__.py", line 126, in audio_open return BackendClass(path) File "/usr/local/lib/python3.10/site-packages/audioread/rawread.py", line 59, in __init__ self._fh = open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'voices/f-us-1.wav'

Container logs:

Fetching error logs...