Search Criteria
Package Details: python-gradio 5.38.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gradio.git (read-only, click to copy) |
---|---|
Package Base: | python-gradio |
Description: | Python library for easily interacting with trained machine learning models. |
Upstream URL: | https://github.com/gradio-app/gradio |
Keywords: | python-gradio |
Licenses: | Apache-2.0 |
Submitter: | huyz |
Maintainer: | medaminezghal |
Last Packager: | medaminezghal |
Votes: | 3 |
Popularity: | 0.086605 |
First Submitted: | 2022-10-21 14:20 (UTC) |
Last Updated: | 2025-07-17 10:50 (UTC) |
Dependencies (62)
- python (python37AUR)
- python-aiofiles
- python-anyio
- python-audioop-ltsAUR
- python-brotli (python-brotli-gitAUR)
- python-fastapi
- python-ffmpyAUR
- python-gradio-clientAUR
- python-groovyAUR
- python-httpx (python-httpx-gitAUR)
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-jinja
- python-markupsafe
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-orjson (python-orjson-gitAUR)
- python-packaging
- python-pandas
- python-pillow (python-pillow-simd-gitAUR)
- python-pydantic
- python-pydubAUR (python-pydub-gitAUR)
- python-python-multipart
- python-pyyaml (python-yaml-gitAUR, python-yaml)
- python-ruff
- python-safehttpxAUR
- python-semantic-version
- python-starlette
- python-tomlkit
- python-typer
- python-typing_extensions
- python-urllib3
- uvicorn
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- python-build (make)
- python-hatch-fancy-pypi-readme (make)
- python-hatch-requirements-txt (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-wheel (make)
- ipython (ipython-gitAUR) (check)
- python-altair (check)
- python-boto3 (check)
- python-diffusersAUR (check)
- python-email-validator (check)
- python-hypothesis (check)
- python-matplotlib (python-matplotlib-gitAUR) (check)
- python-mcpAUR (check)
- python-openai (check)
- python-polars (check)
- python-pytest (check)
- python-pytest-asyncio (check)
- python-pytest-rerunfailures (check)
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm) (check)
- python-respx (check)
- python-scikit-image (check)
- python-tf-kerasAUR (check)
- python-tqdm (check)
- python-transformersAUR (check)
- python-vega_datasetsAUR (check)
- python-authlib (optional) – oauth
- python-itsdangerous (optional) – oauth
- python-mcpAUR (optional) – mcp
- python-pydantic (optional) – mcp
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
vcalv commented on 2025-06-20 23:14 (UTC) (edited on 2025-06-20 23:14 (UTC) by vcalv)
I built it on a clean chroot. That can't be the issue.
The build process just needs more memory than the soft default.
It's not like my laptop is low either, I just need to increase it via the environment variable option.
These javascript builds are just ridiculous...
Then I got one test error but quite frankly I just ignored it.
medaminezghal commented on 2025-06-20 07:37 (UTC)
@vcalv try delete the cache folder
vcalv commented on 2025-06-20 04:27 (UTC) (edited on 2025-06-20 04:27 (UTC) by vcalv)
Again, the OOM errors persist...
medaminezghal commented on 2025-06-17 09:46 (UTC)
@Pulec I didn't find in source where OpenAI is needed for the tests.
Pulec commented on 2025-05-28 16:08 (UTC) (edited on 2025-05-28 16:16 (UTC) by Pulec)
These are mandatory dependencies for the tests.
vcalv commented on 2025-05-26 15:39 (UTC) (edited on 2025-05-26 16:05 (UTC) by vcalv)
something must be wrong here.
I'm having OOM errors building
This despite having like over 4Gb of free memory when it happens.
I think the heap size needs to be increased with
--max-old-space-size
Alternatively, I "fixed" this part by adding adding
NODE_OPTIONS="--max-old-space-size=4096"
to the build function.I now have an error stating
on the python section, which means there's probably a dependency not included, almost certainly
python-docker
This got the job done, but
python-docker
is apparently only used in testing.medaminezghal commented on 2025-05-22 07:18 (UTC)
@everyone sorry for the issues you were facing when you try to install the package. A new version will be uploaded soon that fix all this issues.
Pulec commented on 2025-04-28 22:22 (UTC)
What a mess in here.
I have never seen a package that tries to use itself...
First of all, in build()
remove this. What kind of logic is it to try import a package that is only now being built?
Then users who actually want to use this version of PKGBUILD have to comment out:
in build(), which requires the module to be installed. And build the package with --nocheck, 5 of the test fails.
Rebuilding with generated theme does not help the test.
I am just not using this. Meh!
medaminezghal commented on 2025-04-23 09:59 (UTC)
@gmes78 I can’t use the version provided by Arch repository. I need to use the version from
package.json
.gmes78 commented on 2025-04-13 02:18 (UTC)
Please add a makedependency on
pnpm
instead of downloading and running a static binary.« First ‹ Previous 1 2 3 4 Next › Last »