Search Criteria
Package Details: immich-machine-learning 2.4.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/immich-machine-learning.git (read-only, click to copy) |
|---|---|
| Package Base: | immich-machine-learning |
| Description: | Machine learning server for the Immich photo management system |
| Upstream URL: | https://github.com/immich-app/immich/tree/main/machine-learning |
| Licenses: | AGPL-3.0-only |
| Submitter: | aliu |
| Maintainer: | aliu |
| Last Packager: | aliu |
| Votes: | 2 |
| Popularity: | 1.20 |
| First Submitted: | 2025-10-01 23:40 (UTC) |
| Last Updated: | 2025-12-20 22:34 (UTC) |
Dependencies (14)
- gunicorn
- python
- python-aiocacheAUR
- python-albumentationsxAUR
- python-fastapi
- python-ftfyAUR
- python-huggingface-hub (python-huggingface-hub-gitAUR)
- python-insightfaceAUR
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR, python-numpy1AUR)
- 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-orjson (python-orjson-gitAUR)
- python-pillow (python-pillow-simd-gitAUR)
- python-pydantic
Required by (1)
- immich-server (optional)
Latest Comments
1 2 Next › Last »
aliu commented on 2025-12-19 21:37 (UTC)
Also, I don't see how installing into site-packages could lead to more complex dependency issues as all Arch packages are the latest version, so the only kind of conflict I can think of (different versions simultaneously installed) wouldn't happen.
aliu commented on 2025-12-19 20:12 (UTC)
Arch Linux customs: use Pacman for dependency management, including to replace VENVs (for system-wide packages only, of course).
https://wiki.archlinux.org/title/Python?utm_source=chatgpt.com#Package_management
VENVs are for development or installing packages in the user scope, not system-scope, which is what Pacman does.
ExplodingDragon commented on 2025-12-19 08:41 (UTC)
Why do we need to use so many aur python packages instead of installing them with pip/uv, which may lead to even more complex dependency issues?
aliu commented on 2025-12-16 22:05 (UTC) (edited on 2025-12-16 22:06 (UTC) by aliu)
That means I included a dependency you didn't install, not that I didn't include the dependency. The --sync option in makepkg -s doesn't fetch packages from the AUR, so if a dependency is not available in the repos you'll have to make it from the AUR in advance, unfortunately. Thanks for reporting, though.
musta_ruhtinas commented on 2025-12-16 09:34 (UTC)
A few more dependecies need to be included (building in a clean chroot).
aliu commented on 2025-12-10 02:45 (UTC)
Good spot, thank you.
30p87 commented on 2025-12-09 16:03 (UTC)
Does not build due to an error:
Fix: add python-hatchling to makedepends
Wkennington commented on 2025-11-01 05:43 (UTC)
TY
aliu commented on 2025-11-01 00:39 (UTC)
@Wkennington That was fixed in 2.2.1. I'm in the process of shipping it.
1 2 Next › Last »