Search Criteria
Package Details: python-imutils 0.5.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-imutils.git (read-only, click to copy) |
---|---|
Package Base: | python-imutils |
Description: | A series of convenience functions to make basic image processing asier with OpenCV |
Upstream URL: | https://github.com/jrosebr1/imutils |
Licenses: | MIT |
Submitter: | jose1711 |
Maintainer: | jose1711 (carlosal1015) |
Last Packager: | carlosal1015 |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-07-28 00:09 (UTC) |
Last Updated: | 2023-05-06 13:12 (UTC) |
Dependencies (6)
- hdf5 (hdf5-gitAUR, hdf5-openmpi)
- python-opencv
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
jose1711 commented on 2019-12-23 10:34 (UTC)
@tatsumoto thank you, updated
tatsumoto commented on 2019-12-23 00:43 (UTC)
Yes, after uninstalling hdf5-openmpi and installing hdf5 everything still works.
jose1711 commented on 2019-12-22 23:06 (UTC)
thank you for your report. i don't think though that
hdf5-openmpi
specifically is needed. it works for me withhdf5
too. can you please retest? thankstatsumoto commented on 2019-12-21 18:41 (UTC)
Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/imutils/init.py", line 8, in <module> from .convenience import translate File "/usr/lib/python3.8/site-packages/imutils/convenience.py", line 5, in <module> import numpy as np ModuleNotFoundError: No module named 'numpy'
Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/imutils/init.py", line 8, in <module> from .convenience import translate File "/usr/lib/python3.8/site-packages/imutils/convenience.py", line 6, in <module> import cv2 ImportError: libhdf5.so.103: cannot open shared object file: No such file or directory
Apparently, this package should depend on python-numpy and hdf5-openmpi, like this: depends=('python' 'opencv' 'python-numpy' 'hdf5-openmpi')