Hey all I have a question about whether I can actually use Apify to access Google Gemini for video analyzation:
I've built my own python version of the Gemini Video Analyzer Applet that analyzes social media videos for content style, structure, and aesthetic qualities and it works, I have installed all the Google dependencies required but when I try to run it as an actor using "apify run --purge" no matter what I do it says no module named google found.
Is this a bug with Apify ?
There is no explicit "Google" folder in the Lib\site-packages but when I check the file path it is there:
PS C:\Users\Ken\Apify\run> pip show google-generativeai
Name: google-generativeai
Version: 0.5.2
Summary: Google Generative AI High level API client library and tools.
Home-page:
https://github.com/google/generative-ai-pythonAuthor: Google LLC
Author-email: googleapis-packages@google.com
License: Apache 2.0
Location: C:\Users\Ken\AppData\Local\Programs\Python\Python313\Lib\site-packages
Requires: google-ai-generativelanguage, google-api-core, google-api-python-client, google-auth, protobuf, pydantic, tqdm, typing-extensions
Required-by:
PS C:\Users\Ken\Apify\run>
Has anyone else run into this issue ?
I was excited to try and recreate my agent team that I already use on Apify, but I keep running into all these problems I haven't had anywhere else and I'm starting to wonder if it's worth putting in the time to continue using Apify. Don't get wrong I think Apify is great for launching simple things like a youtube scraper etc. but for things like deploying a 30 Agent Team as an app I am starting to wonder if the learning curve for using Apify to do this is worth the time?