Search Criteria
Package Details: python-mmcv 1:2.2.0-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-mmcv.git (read-only, click to copy) |
---|---|
Package Base: | python-mmcv |
Description: | OpenMMLab Computer Vision Foundation(cpu version, without cuda ops) |
Upstream URL: | https://github.com/open-mmlab/mmcv |
Licenses: | Apache-2.0 |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2020-08-04 06:48 (UTC) |
Last Updated: | 2024-06-23 10:45 (UTC) |
Dependencies (17)
- python-addictAUR
- python-mmengineAUR
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-opencv
- python-pillow (python-pillow-gitAUR)
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, 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-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-yaml (python-yaml-gitAUR)
- yapf
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (make)
- cython (cython-gitAUR, cython0AUR) (make)
- numactl (numactl-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pytorch-cuda (python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-opt-cuda) (make)
- python-setuptools (make)
- python-sympy (python-sympy-gitAUR) (make)
- python-wheel (make)
Latest Comments
hottea commented on 2024-02-19 01:22 (UTC)
@MarsSeed To build this pkg in a clean environment, you could follow this wiki, run cmd like this:
MarsSeed commented on 2024-02-18 12:56 (UTC)
And please make sure this can be built in a clean environment. Currently it fails:
MarsSeed commented on 2024-02-17 12:40 (UTC)
Please kindly implement testing in PKGBUILD
check()
, usingpytest
.acgtyrant commented on 2022-12-31 15:46 (UTC)
Add python-opencv as a dependence please. Because when I import mmcv in python it comlains importing cv2 failed.
sl1pkn07 commented on 2022-11-11 14:37 (UTC)
this build ok with gcc 11 (provided by cuda from [community]). gcc 10 is not needed
hottea commented on 2021-10-24 13:34 (UTC)
@skerit How did you install it? You could install it from here. According to the latest build log here, I don't see any error related to what you said.
skerit commented on 2021-10-23 23:26 (UTC)
I get this error when installing:
CUDA_HOME environment variable is not set. Please set it to your CUDA install root
I thought mmcv lite didn't need cuda?