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
Hi, I tried to install distro, but it outputs errors
- Found Torch7 in /mnt/data2/GF/dependences_softwares/distro/install
CMake Error at /usr/local/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find CUDA: Found unsuitable version "7.5", but required is at
least "8.0" (found /usr)
Call Stack (most recent call first):
/usr/local/share/cmake-3.2/Modules/FindPackageHandleStandardArgs.cmake:372 (_FPHSA_FAILURE_MESSAGE)
/mnt/data2/GF/dependences_softwares/distro/install/share/cmake/torch/FindCUDA.cmake:1011 (find_package_handle_standard_args)
CMakeLists.txt:14 (FIND_PACKAGE)
export CUDA_HOME=/usr/local/cuda-10.0
export CUDA_BIN_PATH=$CUDA_HOME/bin # I am not sure $CUDA_HOME/bin or $CUDA_HOME
export PATH=$CUDA/bin:$PATH
export LD_LIBRARY_PATH=$CUDA_HOME/lib64:$LD_LIBRARY_PATH
export C_INCLUDE_PATH=$CUDA_HOME/include:$C_INCLUDE_PATH
export CPLUS_INCLUDE_PATH=$CUDA_HOME/include:/$CPLUS_INCLUDE_PATH
Hi, I tried to install distro, but it outputs errors
However, in my .bashrc, I have set my cuda
I am sure that I have installed cuda 10. So why? Can you help me solve this problem? Thx.
The text was updated successfully, but these errors were encountered: