runtime error
Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/google/api_core/_python_version_support.py:263: FutureWarning: You are using a Python version (3.10.20) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date. warnings.warn(message, FutureWarning) /usr/local/lib/python3.10/site-packages/aiconfig/default_parsers/gemini.py:5: 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 Traceback (most recent call last): File "/app/app.py", line 2, in <module> from gradio_notebook import GradioNotebook File "/usr/local/lib/python3.10/site-packages/gradio_notebook/__init__.py", line 1, in <module> from .aiconfig_manager import AIConfigManager File "/usr/local/lib/python3.10/site-packages/gradio_notebook/aiconfig_manager.py", line 9, in <module> from aiconfig import AIConfigRuntime, ModelParserRegistry File "/usr/local/lib/python3.10/site-packages/aiconfig/__init__.py", line 11, in <module> from .Config import AIConfigRuntime File "/usr/local/lib/python3.10/site-packages/aiconfig/Config.py", line 18, in <module> from .default_parsers.palm import PaLMChatParser, PaLMTextParser File "/usr/local/lib/python3.10/site-packages/aiconfig/default_parsers/palm.py", line 11, in <module> from google.generativeai.text import Completion ModuleNotFoundError: No module named 'google.generativeai.text'
Container logs:
Fetching error logs...