It’s sometimes possibly also needs to remove conflicting packages to proceed, rather than trying to install by force using the pacman options -d/-dd/-nodeps.
Issue of dependency conflict or failure to find the dependency that should be there:
sudo pacman -Syu –debug It triggers a prompt This also performs wide-range package upgrades.
Issue of CMake / makepkg -si:
1 2 3 4 5 6 7 8
==> Starting build()... CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage -- Configuring incomplete, errors occurred! ==> ERROR: A failure occurred in build(). Aborting...
For CPUs with AVX2 instruction set support, that is, CPU microarchitectures beyond Haswell (Intel, 2013) or Excavator (AMD, 2015), install python-pytorch-opt-rocm to benefit from performance optimizations. Otherwise install python-pytorch-rocm.
sudo pacman -S python-pytorch-opt-rocm
This may generate an installation as large as:
1 2 3 4
Total Download Size: 2654.00 MiB Total Installed Size: 29579.85 MiB