runtime error

Exit code: 1. Reason: Installation manuelle de google-generative-ai... ERROR: Could not find a version that satisfies the requirement google-generative-ai (from versions: none) ERROR: No matching distribution found for google-generative-ai Traceback (most recent call last): File "/app/app.py", line 8, in <module> import google.generativeai as genai ModuleNotFoundError: No module named 'google.generativeai' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 11, in <module> subprocess.check_call([sys.executable, "-m", "pip", "install", "google-generative-ai"]) File "/usr/local/lib/python3.10/subprocess.py", line 369, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/usr/local/bin/python', '-m', 'pip', 'install', 'google-generative-ai']' returned non-zero exit status 1.

Container logs:

Fetching error logs...