MPI_C not found, but installed
During the prepare
step of axii upgrade
in VisionX
the following error occurs:
== Configuring target PointCloudViewerGuiPlugin ... ==
-- Found Python3: /home/plewnia/axii/.venv_jammy/bin/python3.10 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter Development.Module Development.Embed
-- Could NOT find MPI_C (missing: MPI_C_WORKS)
❗ CMake Error at /home/plewnia/code/tools/cmake/3.21/cmake-3.21.3-linux-x86_64/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
❗ Could NOT find MPI (missing: MPI_C_FOUND C)
❗ Call Stack (most recent call first):
❗ /home/plewnia/code/tools/cmake/3.21/cmake-3.21.3-linux-x86_64/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
❗ /usr/lib/x86_64-linux-gnu/cmake/vtk-9.1/patches/3.22/FindMPI.cmake:1823 (find_package_handle_standard_args)
❗ /usr/lib/x86_64-linux-gnu/cmake/vtk-9.1/VTK-vtk-module-find-packages.cmake:397 (find_package)
❗ /usr/lib/x86_64-linux-gnu/cmake/vtk-9.1/vtk-config.cmake:150 (include)
❗ source/VisionX/gui-plugins/PointCloudViewer/CMakeLists.txt:3 (find_package)
But running mpicc --version
returns successfully an installed version (gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0).