nohup: ignoring input /usr/local/lib/python3.9/site-packages/google/api_core/_python_version_support.py:246: 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) /home/yttasksc/public_html/earnbot/processor.py:1: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai