Hello everyone!
Summary:
Is the google-generativeai module tested on Cloud Dataflow? Please advice on how to integrate both.
Context:
I'm working with Dataflow's flex-templates and Python SDK. I've installed the aforementioned library using this line in my Dockerfile:
RUN pip install --no-cache-dir google-generativeai
google-generativeai
google-generativeai>=0.3.1
ERROR: Could not find a version that satisfies the requirement google-generativeai>=0.3.1 (from versions: 0.1.0rc1, 0.1.0rc2)
ERROR: No matching distribution found for google-generativeai>=0.3.1
[notice] A new release of pip is available: 23.0 -> 24.0
[notice] To update, run: pip install --upgrade pip
The command '/bin/sh -c apt-get update && apt-get install -y libffi-dev git && rm -rf /var/lib/apt/lists/* && pip install --no-cache-dir -U -r /template/requirements.txt' returned a non-zero code: 1
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: step exited with non-zero status: 1
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 |