Search Criteria
Package Details: python-rembg 2.0.72-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-rembg.git (read-only, click to copy) |
|---|---|
| Package Base: | python-rembg |
| Description: | Rembg is a tool to remove images background |
| Upstream URL: | https://github.com/danielgatis/rembg |
| Keywords: | background-removal image-processing |
| Licenses: | MIT |
| Submitter: | Winux |
| Maintainer: | None |
| Last Packager: | Exorcism |
| Votes: | 2 |
| Popularity: | 0.000238 |
| First Submitted: | 2024-08-05 09:01 (UTC) |
| Last Updated: | 2026-02-15 20:52 (UTC) |
Dependencies (25)
- python
- python-aiohttp
- python-asyncerAUR
- python-click
- python-fastapi
- python-filetype
- python-gradioAUR
- python-jsonschema
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-onnxruntime (python-onnxruntime-cpu, python-onnxruntime-cuda, python-onnxruntime-opt-cuda, python-onnxruntime-opt-rocm, python-onnxruntime-rocm)
- python-opencv (python-opencv-cuda)
- python-pillow (python-pillow-simd-gitAUR, hosaka-studioAUR)
- python-pooch
- python-pymattingAUR
- python-python-multipart
- python-scikit-image
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-tqdm
- python-watchdog (python-watchdog-gitAUR)
- uvicorn
- Show 5 more dependencies...
Required by (1)
- alpaca-ai (optional)
Latest Comments
AutoUpdateBot commented on 2026-02-24 13:59 (UTC) (edited on 2026-02-24 14:01 (UTC) by AutoUpdateBot)
Build Status for python-rembg
Current version: 2.0.72-1 (up-to-date with upstream)
Build failure reason: Missing dependency - python-pymatting
CI run: https://github.com/arch4edu/aur-auto-update/actions/runs/22342719351
Maziar commented on 2025-12-27 16:55 (UTC)
m solution:
1.
rembgInstallation (Recommended Method)Due to conflicts between system
numbaandllvmlitepackages on Arch Linux, it is recommended to runrembgin an isolated virtual environment.Prerequisites
uv(Fast Python package manager)Installation Steps
Usage
2.
python-gradioAUR Installation (System Method)If installing
python-gradiofrom AUR, you may encounter build errors.Issues & Fixes
python-gradio<->python-gradio-client.python-gradio-clientfirst, thenpython-gradio.EACCES):pnpmtries to write to/usr/local.PKGBUILDto use a localPNPM_HOME.Patched
PKGBUILDSnippetAdd this to the
build()function inPKGBUILD:patina commented on 2025-09-10 14:49 (UTC) (edited on 2025-09-10 17:31 (UTC) by patina)
@bannert I just rebuilt with the
python-numpyand had no issues.python-gradiodoesn't havepython-numpy1under dependencies. Perhaps clean buildpython-gradio? I provided the PKGBUILD I used forpython-rembg.PKGBUILD
bannert commented on 2025-09-10 11:31 (UTC)
Installation fails with this error:
patina commented on 2025-09-09 20:27 (UTC) (edited on 2025-09-09 21:08 (UTC) by patina)
I've gotten
python-rembgto build and work withpython-numpyby just swapping them in the pkgbuildWinux commented on 2024-11-09 17:30 (UTC)
Unfortunately not as upstream only supports numpy version 1.xx
nixit commented on 2024-11-09 12:10 (UTC)
is there a chance that python-numpy1 could be upgraded to the latest python-numpy-2.1.3.1 (as of this post)?