runtime error

e "/usr/app/venv/lib/python3.9/site-packages/streamlit/runtime/runtime.py", line 31, in <module> from streamlit.runtime.app_session import AppSession File "/usr/app/venv/lib/python3.9/site-packages/streamlit/runtime/app_session.py", line 35, in <module> from streamlit.runtime import caching, legacy_caching File "/usr/app/venv/lib/python3.9/site-packages/streamlit/runtime/caching/__init__.py", line 21, in <module> from streamlit.runtime.caching.cache_data_api import ( File "/usr/app/venv/lib/python3.9/site-packages/streamlit/runtime/caching/cache_data_api.py", line 32, in <module> from streamlit.runtime.caching.cache_errors import CacheError, CacheKeyNotFoundError File "/usr/app/venv/lib/python3.9/site-packages/streamlit/runtime/caching/cache_errors.py", line 18, in <module> from streamlit import type_util File "/usr/app/venv/lib/python3.9/site-packages/streamlit/type_util.py", line 40, in <module> import numpy as np File "/usr/app/venv/lib/python3.9/site-packages/numpy/__init__.py", line 141, in <module> from . import core File "/usr/app/venv/lib/python3.9/site-packages/numpy/core/__init__.py", line 49, in <module> raise ImportError(msg) ImportError: IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE! Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troubleshooting tips at: https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: * The Python version is: Python3.9 from "/usr/app/venv/bin/python" * The NumPy version is: "1.24.2" and make sure that they are the versions you expect. Please carefully study the documentation linked above for further help. Original error was: Error loading shared library ld-linux-x86-64.so.2: No such file or directory (needed by /usr/app/venv/lib/python3.9/site-packages/numpy/core/_multiarray_umath.cpython-39-x86_64-linux-gnu.so)

Container logs:

Fetching error logs...