Package Details: python-google-generativeai 0.8.1-1

Git Clone URL: https://aur.archlinux.org/python-google-generativeai.git (read-only, click to copy)
Package Base: python-google-generativeai
Description: Google AI Python SDK for the Gemini API
Upstream URL: https://github.com/google-gemini/generative-ai-python
Licenses: Apache
Submitter: qdii
Maintainer: qdii
Last Packager: qdii
Votes: 0
Popularity: 0.000000
First Submitted: 2024-07-24 21:11 (UTC)
Last Updated: 2024-09-12 20:21 (UTC)

Latest Comments

wjhandley commented on 2024-09-03 08:42 (UTC)

I have however now downgraded to 0.6.6, so modulo package manager cache refreshing for the downgrade (e.g. rm -r ~/.cache/yay/python-google-ai-generativelanguage) this should now work.

wjhandley commented on 2024-09-03 08:12 (UTC)

One solution is to just drop the requirement that it needs 0.6.6, which is probably just out-of-date documentation (it works fine with the currently distributed 0.6.8, and there is now a 0.6.9)

qdii commented on 2024-08-10 17:59 (UTC)

@carlosail1015:

@carlosal1015 Unfortunately, that isn't something I can fix.

The source code of python-google-generativeai says that it depends on python-google-ai-generativelanguage at version 0.6.6, so I added this dependency to the PKGBUILD.

However, the AUR package python-google-ai-generativelanguage does not provide this version. I have asked the maintainer to provide one (see https://aur.archlinux.org/packages/python-google-ai-generativelanguage#comment-986034)

carlosal1015 commented on 2024-08-10 04:28 (UTC)

Hi, I have the following error message

$ yay -S python-google-generativeai
 -> No AUR package found for python-google-ai-generativelanguage=0.6.6
 -> could not find all required packages: python-google-ai-generativelanguage =0.6.6

qdii commented on 2024-08-04 18:07 (UTC)

Ah it looks like the package does exist, so I added it now.

qdii commented on 2024-08-04 17:46 (UTC)

Thank you @wjhandley, I pushed a new version with the dependencies. I didn't add python-google-ai-generativelanguage because it does not exist in AUR yet.

wjhandley commented on 2024-08-03 11:10 (UTC)

Currently missing dependencies:

depends=(python-google-ai-generativelanguage python-google-api-core python-google-api-python-client python-google-auth python-protobuf python-pydantic python-tqdm python-typing_extensions)

https://github.com/google-gemini/generative-ai-python/blob/42d952a2429fa72c0f2617d71eb9aa3f708b6867/setup.py#L45C1-L53C1