runtime error

0 toml-0.10.2 toolz-0.12.0 torch-2.0.0 torchlibrosa-0.0.7 tornado-6.3.1 triton-2.0.0 tzdata-2023.3 tzlocal-4.3 validators-0.20.0 voicefixer-0.1.2 watchdog-3.0.0 [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python -m pip install --upgrade pip Downloading the weight of neural vocoder: TFGAN Weights downloaded in: /home/user/.cache/voicefixer/synthesis_module/44100/model.ckpt-1490000_trimed.pt Size: 135613039 Traceback (most recent call last): File "app.py", line 4, in <module> from voicefixer import VoiceFixer File "/home/user/.local/lib/python3.8/site-packages/voicefixer/__init__.py", line 13, in <module> from voicefixer.vocoder.base import Vocoder File "/home/user/.local/lib/python3.8/site-packages/voicefixer/vocoder/base.py", line 2, in <module> from voicefixer.tools.wav import read_wave, save_wave File "/home/user/.local/lib/python3.8/site-packages/voicefixer/tools/wav.py", line 6, in <module> import librosa 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 1059, 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...