Search Criteria
Package Details: python-google-genai 1.66.0-1
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.004843 |
| First Submitted: | 2025-02-02 07:22 (UTC) |
| Last Updated: | 2026-03-06 07:44 (UTC) |
Dependencies (27)
- python
- python-aiohttp
- python-anyio
- python-distro
- python-google-auth
- python-httpx (python-httpx-gitAUR)
- python-pydantic
- python-requests
- python-sniffio
- 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)
- Show 7 more dependencies...
Required by (14)
- agent-cli
- jarvis-llm
- mcp-handley-lab-git
- pipelex
- python-aiplatform
- python-instructor
- python-livekit-plugins-google
- python-logfire (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 3 Next › Last »
cyrozap commented on 2026-03-01 21:34 (UTC)
This fixed the failing
test_websocket_base_url_no_auth_with_custom_base_urltest for me:sashank commented on 2026-01-13 08:07 (UTC)
The coder comment on the from_callable method in FunctionDeclaration class reads:
sashank commented on 2026-01-13 08:05 (UTC)
Hey @medaminezghal, so several tests fail when trying to install 1.55 or modifying your script to 1.57. At least a couple of these are tests that require one to set up a google AI API. See:
ERROR google/genai/tests/interactions/test_paths.py::test_interactions_paths[True-tests/interactions/paths-None] - google.auth.exceptions.DefaultCredentialsError: Your default credentials were not found. To set up Application Default Credentials, see https://cloud.google.com/docs/authentication/external/set-up-adc for more information. ERROR google/genai/tests/interactions/test_paths.py::test_interactions_paths[False-tests/interactions/paths-None] - ValueError: Missing key inputs argument! To use the Google AI API, provide (
api_key) arguments. To use the Google Cloud API, provide (vertexai,project&location) arguments. ERROR google/genai/tests/interactions/test_paths.py::test_async_interactions_paths[True-tests/interactions/paths-None] - google.auth.exceptions.DefaultCredentialsError: Your default credentials were not found. To set up Application Default Credentials, see https://cloud.google.com/docs/authentication/external/set-up-adc for more information. ERROR google/genai/tests/interactions/test_paths.py::test_async_interactions_paths[False-tests/interactions/paths-None] - ValueError: Missing key inputs argument! To use the Google AI API, provide (api_key) arguments. To use the Google Cloud API, provide (vertexai,project&location) arguments.And the rest are some sort of typing errors (and these are the only ones that show up in 1.55):
But even the typing errors seem like they might depend on APIs or at least API specific functions (without looking more deeply at the code than I have), since the output of FunctionDeclaration from_collable method being called on the test input depends on these APIs to structure them.
google/genai/tests/types/test_types.py::test_type_union_with_default_value_all_py_versions
Auerhuhn commented on 2025-12-05 12:41 (UTC)
Hi @medaminezghal, would you mind adding
python-pytest-xdisttocheckdependsas @gwuensch has suggested?This breaks downstream packages such as
aider-chat, so it would be super helpful if you fixed this error.gwuensch commented on 2025-11-24 18:30 (UTC)
This is still missing.
gwuensch commented on 2025-11-07 16:33 (UTC)
Missing check dependency
python-pytest-xdistfor the-n autooption: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
1 2 3 Next › Last »