Search Criteria
Package Details: python-albucore 0.0.21-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-albucore.git (read-only, click to copy) |
---|---|
Package Base: | python-albucore |
Description: | A high-performance image processing library designed to optimize and extend the Albumentations library with specialized functions for advanced image transformations |
Upstream URL: | https://github.com/albumentations-team/albucore |
Licenses: | MIT |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-06-03 03:17 (UTC) |
Last Updated: | 2024-11-08 00:42 (UTC) |
Dependencies (8)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- python-opencv
- python-simsimdAUR
- python-stringzillaAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
daskol commented on 2024-11-08 03:37 (UTC)
Indeed, albucore devs are absolutely insane. They absolutely ignore maintaining proper dependency list.
migrev commented on 2024-11-07 11:32 (UTC) (edited on 2024-11-07 11:32 (UTC) by migrev)
Also missing simsimd:
lib/python3.12/site-packages/albucore/functions.py:import simsimd as ss
gmes78 commented on 2024-10-24 01:27 (UTC)
There seems to be a missing dependency. I'm getting the following error:
Looks like v0.0.18 introduced a dependency on the
stringzilla
module, which needs to be added to this package.daskol commented on 2024-08-29 11:47 (UTC)
Update package dependencies please. As I said earlier
python-tomli
is not needed.daskol commented on 2024-08-28 20:42 (UTC)
It seems
python-tomli
does not even imported byalbucore
and should be dropped from package dependencies (see albumentations-team/albucore#26).