runtime error
Exit code: 1. Reason: etattr__ raise ImportError(msg) ImportError: A module that was compiled using NumPy 1.x cannot be run in NumPy 2.2.6 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'. If you are a user of the module, the easiest solution will be to downgrade to 'numpy<2' or try to upgrade the affected module. We expect that some modules will need time to support NumPy 2. Traceback (most recent call last): File "/home/user/app/app.py", line 3, in <module> import gradio as gr File "/usr/local/lib/python3.10/site-packages/gradio/__init__.py", line 3, in <module> import gradio.components as components File "/usr/local/lib/python3.10/site-packages/gradio/components/__init__.py", line 1, in <module> from gradio.components.annotated_image import AnnotatedImage File "/usr/local/lib/python3.10/site-packages/gradio/components/annotated_image.py", line 12, in <module> from gradio import utils File "/usr/local/lib/python3.10/site-packages/gradio/utils.py", line 36, in <module> import matplotlib File "/usr/local/lib/python3.10/site-packages/matplotlib/__init__.py", line 161, in <module> from . import _api, _version, cbook, _docstring, rcsetup File "/usr/local/lib/python3.10/site-packages/matplotlib/rcsetup.py", line 27, in <module> from matplotlib.colors import Colormap, is_color_like File "/usr/local/lib/python3.10/site-packages/matplotlib/colors.py", line 57, in <module> from matplotlib import _api, _cm, cbook, scale File "/usr/local/lib/python3.10/site-packages/matplotlib/scale.py", line 22, in <module> from matplotlib.ticker import ( File "/usr/local/lib/python3.10/site-packages/matplotlib/ticker.py", line 143, in <module> from matplotlib import transforms as mtransforms File "/usr/local/lib/python3.10/site-packages/matplotlib/transforms.py", line 49, in <module> from matplotlib._path import ( ImportError: numpy.core.multiarray failed to import
Container logs:
Fetching error logs...