You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
google-generativeai not in swarms latest
To Reproduce
Steps to reproduce the behavior:
(job, pid=6699) ERROR: Could not find a version that satisfies the requirement google-generativeai==0.3.1 (from swarms\
) (from versions: 0.1.0rc1, 0.1.0rc2)
(job, pid=6699) ERROR: No matching distribution found for google-generativeai==0.3.1 (from swarms)
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
I resolved this in a PR on my fork by adding google-generativeai==0.3.1 to the swarms dependencies, but we have to determine if we want to include it in the swarms package.
Its a platform-specific library, which might be better as a separate pip install for the user.
Describe the bug
google-generativeai not in swarms latest
To Reproduce
Steps to reproduce the behavior:
Upvote & Fund
The text was updated successfully, but these errors were encountered: