Search Criteria
Package Details: python-horovod 0.28.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-horovod.git (read-only, click to copy) |
---|---|
Package Base: | python-horovod |
Description: | Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet |
Upstream URL: | https://github.com/horovod/horovod |
Licenses: | Apache-2.0 |
Submitter: | hottea |
Maintainer: | hottea (lilac) |
Last Packager: | lilac |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-26 17:35 (UTC) |
Last Updated: | 2024-04-28 14:30 (UTC) |
Dependencies (25)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- cudnn
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- nccl (nccl-gitAUR)
- openmpi (openmpi-gitAUR)
- python-cloudpickle
- python-h5py (python-h5py-gitAUR, python-h5py-openmpi)
- python-mpi4py (python-mpi4py-intelAUR)
- python-psutil
- python-pyaml
- python-pycparser (python-pycparser-gitAUR)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- python-six
- python-tqdm
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (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-tensorflow-cuda (python-tensorflow-cuda-gitAUR, python-tensorflow-opt-cuda) (make)
- python-wheel (make)
- python-pytorch-cuda (python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-opt-cuda) (optional) – pytorch framework
- python-tensorflow-cuda (python-tensorflow-cuda-gitAUR, python-tensorflow-opt-cuda) (optional) – tensorflow framework
Required by (3)
- python-open-clip-torch
- python-pytorch-lightning (optional)
- python-pytorch-lightning-git (optional)
Latest Comments
« First ‹ Previous 1 2
olko commented on 2021-03-10 08:35 (UTC) (edited on 2021-03-10 08:45 (UTC) by olko)
Could it be that an unmet dependency ist causing the error. Especially I see ROCm (I use only CUDA + mxnet) is referenced in the compiler output:
olko commented on 2021-03-10 08:28 (UTC) (edited on 2021-03-10 08:31 (UTC) by olko)
I simply used
yay -S python-horovod
why should this not work (for instance building mxnet was not a problem)? Or why is build in a change rooted env required?hottea commented on 2021-03-10 08:20 (UTC)
You could install it from ArchLinuc CN repo without building it from source. If you'd like to build it from source, try building it in a clean chroot. Check the latest build log here, I see no error.
olko commented on 2021-03-10 07:13 (UTC)
Fails with error: make: * [Makefile:149: all] Fehler 2 Traceback (most recent call last): File "/home/graemer/.cache/yay/python-horovod/src/horovod-0.21.3/setup.py", line 146, in <module> setup(name='horovod', File "/usr/lib/python3.9/site-packages/setuptools/init.py", line 153, in setup return distutils.core.setup(attrs) File "/usr/lib/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.9/distutils/command/build.py", line 135, in run self.run_command(cmd_name) File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.9/site-packages/setuptools/command/build_ext.py", line 79, in run _build_ext.run(self) File "/usr/lib/python3.9/site-packages/Cython/Distutils/old_build_ext.py", line 186, in run _build_ext.build_ext.run(self) File "/usr/lib/python3.9/distutils/command/build_ext.py", line 340, in run self.build_extensions() File "/home/graemer/.cache/yay/python-horovod/src/horovod-0.21.3/setup.py", line 90, in build_extensions subprocess.check_call([cmake_bin, '--build', '.'] + cmake_build_args, File "/usr/lib/python3.9/subprocess.py", line 373, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'RelWithDebInfo', '--', 'VERBOSE=1']' returned non-zero exit status 2. ==> FEHLER: Ein Fehler geschah in build(). Breche ab... error making: python-horovod
I guess it is caused by:
Error copying file (if different) from "/home/graemer/.cache/yay/python-horovod/src/horovod-0.21.3/build/temp.linux-x86_64-3.9/horovod/common/ops/cuda/CMakeFiles/horovod_cuda_kernels.dir//horovod_cuda_kernels_generated_cuda_kernels.cu.o.depend.tmp" to "/home/graemer/.cache/yay/python-horovod/src/horovod-0.21.3/build/temp.linux-x86_64-3.9/horovod/common/ops/cuda/CMakeFiles/horovod_cuda_kernels.dir//horovod_cuda_kernels_generated_cuda_kernels.cu.o.depend". CMake Error at horovod_cuda_kernels_generated_cuda_kernels.cu.o.RelWithDebInfo.cmake:238 (message): Error generating /home/graemer/.cache/yay/python-horovod/src/horovod-0.21.3/build/temp.linux-x86_64-3.9/horovod/common/ops/cuda/CMakeFiles/horovod_cuda_kernels.dir//./horovod_cuda_kernels_generated_cuda_kernels.cu.o
« First ‹ Previous 1 2