runtime error

/home/user/.local/lib/python3.8/site-packages/torchaudio/backend/utils.py:46: UserWarning: "torchaudio.USE_SOUNDFILE_LEGACY_INTERFACE" flag is deprecated and will be removed in 0.9.0. Please remove the use of flag. warnings.warn( Traceback (most recent call last): File "app.py", line 5, in <module> from fastaudio.core.all import * File "/home/user/.local/lib/python3.8/site-packages/fastaudio/core/all.py", line 2, in <module> from .config import * File "/home/user/.local/lib/python3.8/site-packages/fastaudio/core/config.py", line 12, in <module> from ..augment.preprocess import Resample File "/home/user/.local/lib/python3.8/site-packages/fastaudio/augment/preprocess.py", line 5, in <module> from librosa.effects import split File "/home/user/.local/lib/python3.8/site-packages/librosa/__init__.py", line 211, in <module> from . import core File "/home/user/.local/lib/python3.8/site-packages/librosa/core/__init__.py", line 9, in <module> from .constantq import * # pylint: disable=wildcard-import File "/home/user/.local/lib/python3.8/site-packages/librosa/core/constantq.py", line 1058, in <module> dtype=np.complex, File "/home/user/.local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__ raise AttributeError(__former_attrs__[attr]) AttributeError: module 'numpy' has no attribute 'complex'. `np.complex` was a deprecated alias for the builtin `complex`. To avoid this error in existing code, use `complex` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.complex128` here. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

Container logs:

Fetching error logs...