runtime error

.2.0) Requirement already satisfied: sniffio>=1.1 in /usr/local/lib/python3.10/site-packages (from anyio<5,>=3.4.0->starlette<0.38.0,>=0.37.2->fastapi->gradio==2.9b24) (1.3.1) Requirement already satisfied: pycparser in /usr/local/lib/python3.10/site-packages (from cffi>=1.12->cryptography>=3.3->paramiko->gradio==2.9b24) (2.22) Installing collected packages: gradio Attempting uninstall: gradio Found existing installation: gradio 2.9.4 Uninstalling gradio-2.9.4: Successfully uninstalled gradio-2.9.4 Successfully installed gradio-2.9b24 [notice] A new release of pip available: 22.3.1 -> 24.0 [notice] To update, run: pip install --upgrade pip /usr/local/lib/python3.10/site-packages/paddle/base/framework.py:688: UserWarning: You are using GPU version Paddle, but your CUDA device is not set properly. CPU device will be used by default. warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> import librosa File "/usr/local/lib/python3.10/site-packages/librosa/__init__.py", line 211, in <module> from . import core File "/usr/local/lib/python3.10/site-packages/librosa/core/__init__.py", line 9, in <module> from .constantq import * # pylint: disable=wildcard-import File "/usr/local/lib/python3.10/site-packages/librosa/core/constantq.py", line 1059, in <module> dtype=np.complex, File "/usr/local/lib/python3.10/site-packages/numpy/__init__.py", line 324, 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. Did you mean: 'complex_'?

Container logs:

Fetching error logs...