Search Criteria
Package Details: python-google-genai 1.48.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-google-genai.git (read-only, click to copy) |
|---|---|
| Package Base: | python-google-genai |
| Description: | GenAI Python SDK. |
| Upstream URL: | https://github.com/googleapis/python-genai |
| Licenses: | Apache-2.0 |
| Submitter: | medaminezghal |
| Maintainer: | medaminezghal |
| Last Packager: | medaminezghal |
| Votes: | 2 |
| Popularity: | 0.060554 |
| First Submitted: | 2025-02-02 07:22 (UTC) |
| Last Updated: | 2025-11-04 09:08 (UTC) |
Dependencies (24)
- python
- python-anyio
- python-google-auth
- python-httpx (python-httpx-gitAUR)
- python-pydantic
- python-requests
- python-tenacity
- python-typing_extensions
- python-websockets (python-websockets-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-aiohttp (check)
- python-certifi (check)
- python-mcpAUR (check)
- python-pillow (python-pillow-simd-gitAUR) (check)
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR) (check)
- python-pytest (check)
- python-pytest-asyncio (check)
- Show 4 more dependencies...
Required by (15)
- jarvis-llm
- litellm (optional)
- marimo (optional)
- mcp-handley-lab-git
- python-aiplatform
- python-instructor
- python-livekit-plugins-google
- python-logfire (check)
- python-logfire-api (check)
- python-marker-pdf
- python-opentelemetry-instrumentation-google-genai (optional)
- python-posthog (check)
- python-posthog (optional)
- python-pydantic-ai
- python-pydantic-ai-slim (optional)
Latest Comments
1 2 Next › Last »
quest commented on 2025-10-28 02:31 (UTC)
This no longer builds for me.
acters commented on 2025-09-19 08:48 (UTC)
@Jawzper if you are on CachyOS then I asked the repo maintainers to rebuild sentencepiece with the new protobuf 32.0 version. Which fixed this issue.
Make sure you install python-pytokens as it is also now required!
BTW, if you are NOT on CachyOS like me, then you need to get in contact with whoever is your repo maintainer and ask them to rebuild it. (or if you want to you can build it with the new protobuf 32.0 yourself)
Jawzper commented on 2025-09-15 08:44 (UTC)
I'm getting this error, can anyone help? I already have protobuf and python-protobuf packages installed.
envolution commented on 2025-09-10 14:16 (UTC)
I believe pgpkeys are only relevant when using a signed source. In this case, makepkg has nothing to verify without an associated .sig
medaminezghal commented on 2025-09-10 14:04 (UTC)
@modes I forget to add my key to
keys.openpgp.org. You can try now.modes commented on 2025-09-10 10:29 (UTC)
Is there an issue with my pgp keys?
I tried 3 keyservers and none have this key
hkps://pgp.mit.edu hkps://keys.openpgp.org hkps://keyserver.ubuntu.com
envolution commented on 2025-09-02 12:52 (UTC)
needs python-protobuf to pass checks. python-sentencepiece should probably have it as a dependency but it's marked as optional which isn't technically wrong - unfortunately these checks require this functionality through sentencepiece and subsequently fail
envolution commented on 2025-08-22 00:37 (UTC)
@medaminezghal thanks, that sorted it
medaminezghal commented on 2025-08-20 10:35 (UTC)
@envolution Could you check if the problem solved in the new version?
envolution commented on 2025-08-19 02:13 (UTC)
A request to please disable the following test:
FAILED google/genai/tests/imports/test_no_optional_imports.py::test_library_can_be_imported_without_optional_dependencies - ImportError: cannot import name 'genai' from 'google' (unknown location)
It detects $CI/GITHUB actions and fails. Makepkg sets $CI - currently this package cannot pass check() in GH CI
1 2 Next › Last »