runtime error

lready satisfied: packaging in /home/user/.local/lib/python3.10/site-packages (from onnxruntime>=1.10.0->-r requirements.txt (line 2)) (23.2) Requirement already satisfied: humanfriendly>=9.1 in /home/user/.local/lib/python3.10/site-packages (from coloredlogs->onnxruntime>=1.10.0->-r requirements.txt (line 2)) (10.0) Requirement already satisfied: mpmath>=0.19 in /home/user/.local/lib/python3.10/site-packages (from sympy->onnxruntime>=1.10.0->-r requirements.txt (line 2)) (1.3.0) Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 1.26.2 Uninstalling numpy-1.26.2: Successfully uninstalled numpy-1.26.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. pandas 2.1.4 requires numpy<2,>=1.22.4; python_version < "3.11", but you have numpy 1.21.6 which is incompatible. Successfully installed numpy-1.21.6 [notice] A new release of pip available: 22.3.1 -> 23.3.1 [notice] To update, run: python -m pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> import cv2 File "/home/user/.local/lib/python3.10/site-packages/cv2/__init__.py", line 181, in <module> bootstrap() File "/home/user/.local/lib/python3.10/site-packages/cv2/__init__.py", line 175, in bootstrap if __load_extra_py_code_for_module("cv2", submodule, DEBUG): File "/home/user/.local/lib/python3.10/site-packages/cv2/__init__.py", line 28, in __load_extra_py_code_for_module py_module = importlib.import_module(module_name) File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "/home/user/.local/lib/python3.10/site-packages/cv2/typing/__init__.py", line 69, in <module> NumPyArrayGeneric = numpy.ndarray[typing.Any, numpy.dtype[numpy.generic]] TypeError: 'numpy._DTypeMeta' object is not subscriptable

Container logs:

Fetching error logs...