runtime error
Exit code: 2. Reason: /usr/local/lib/python3.9/site-packages/google/api_core/_python_version_support.py:234: FutureWarning: You are using a non-supported Python version (3.9.25). Google will not post any further updates to google.api_core supporting this Python version. Please upgrade to the latest Python version, or at least Python 3.10, and then update google.api_core. warnings.warn(message, FutureWarning) /usr/local/lib/python3.9/site-packages/google/auth/__init__.py:54: FutureWarning: You are using a Python version 3.9 past its end of life. Google will update google-auth with critical bug fixes on a best-effort basis, but not with any other fixes or features. Please upgrade your Python version, and then update google-auth. warnings.warn(eol_message.format("3.9"), FutureWarning) /usr/local/lib/python3.9/site-packages/google/oauth2/__init__.py:40: FutureWarning: You are using a Python version 3.9 past its end of life. Google will update google-auth with critical bug fixes on a best-effort basis, but not with any other fixes or features. Please upgrade your Python version, and then update google-auth. warnings.warn(eol_message.format("3.9"), FutureWarning) /usr/local/lib/python3.9/site-packages/google/api_core/_python_version_support.py:234: FutureWarning: You are using a non-supported Python version (3.9.25). Google will not post any further updates to google.cloud.texttospeech_v1 supporting this Python version. Please upgrade to the latest Python version, or at least Python 3.10, and then update google.cloud.texttospeech_v1. warnings.warn(message, FutureWarning) Usage: flask run [OPTIONS] Try 'flask run --help' for help. Error: While importing 'app', an ImportError was raised: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/flask/cli.py", line 245, in locate_app __import__(module_name) File "/app/app.py", line 10, in <module> import pytz ModuleNotFoundError: No module named 'pytz'
Container logs:
Fetching error logs...