You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at /home/cmake-3.29.8-linux-x86_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find CUDA (missing: CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS
CUDA_CUDART_LIBRARY) (Required is at least version "7.0")
Call Stack (most recent call first):
/home/cmake-3.29.8-linux-x86_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/home/cmake-3.29.8-linux-x86_64/share/cmake-3.29/Modules/FindCUDA.cmake:1291 (find_package_handle_standard_args)
CMakeLists.txt:77 (find_package)
The text was updated successfully, but these errors were encountered:
There are docker files for compiling AliceVision in the docker folder, are you using those? If not are you building your image based on one of the appropriate nvidia/cuda reference images as it appears CUDA is not installed.
I've personally had success building AliceVision from source using the Dockerfiles and scripts provided.
CMake Error at /home/cmake-3.29.8-linux-x86_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find CUDA (missing: CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS
CUDA_CUDART_LIBRARY) (Required is at least version "7.0")
Call Stack (most recent call first):
/home/cmake-3.29.8-linux-x86_64/share/cmake-3.29/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
/home/cmake-3.29.8-linux-x86_64/share/cmake-3.29/Modules/FindCUDA.cmake:1291 (find_package_handle_standard_args)
CMakeLists.txt:77 (find_package)
The text was updated successfully, but these errors were encountered: