Search Criteria
Package Details: python-monai 1.5.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-monai.git (read-only, click to copy) |
|---|---|
| Package Base: | python-monai |
| Description: | AI Toolkit for Healthcare Imaging |
| Upstream URL: | https://monai.io |
| Licenses: | Apache-2.0 |
| Submitter: | hottea |
| Maintainer: | hottea (lilac) |
| Last Packager: | lilac |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-12-09 03:13 (UTC) |
| Last Updated: | 2025-06-14 13:18 (UTC) |
Dependencies (21)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pytorch-cuda (python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-opt-cuda)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- gdownAUR (optional)
- python-einopsAUR (optional)
- python-lmdb (optional)
- python-mlflowAUR (optional)
- python-nibabelAUR (optional)
- python-pandas (optional)
- python-parameterized (optional)
- python-pillow (python-pillow-simd-gitAUR) (optional)
- python-psutil (optional)
- python-pytorch-igniteAUR (python-pytorch-ignite-gitAUR) (optional)
- python-scikit-image (optional)
- python-torchvision-cuda (python-torchvision-cuda12.9AUR) (optional)
- python-tqdm (optional)
- python-transformersAUR (optional)
- Show 1 more dependencies...
Latest Comments
hottea commented on 2024-06-25 01:46 (UTC)
build this pkg in a clean chroot env, as described here. I got no error building with gcc 14.
pallegro commented on 2024-06-24 22:23 (UTC) (edited on 2024-06-24 22:24 (UTC) by pallegro)
For me the build failed due to using gcc 14. Fixed by copying the following from pytorch's prepare function:
export CC=/usr/bin/gcc-13 export CXX=/usr/bin/g++-13 export CUDAHOSTCXX="${NVCC_CCBIN}" export CUDA_HOST_COMPILER="${CUDAHOSTCXX}"