linux - Torch installation error "Found unsuitable version 5.5, but required is at least 6.5" -


i installing torch in ubuntu 14.04 using following commands , getting error after ./install.sh.

$ git clone https://github.com/torch/distro.git ~/torch --recursive $ cd ~/torch; bash install-deps; $ ./install.sh 

error:

building on 8 cores -- found torch7 in /home/username/torch/install cmake error @ /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:108 (message):   not find cuda: found unsuitable version "5.5", required @   least "6.5" (found /usr) call stack (most recent call first):   /usr/share/cmake-2.8/modules/findpackagehandlestandardargs.cmake:313 (_fphsa_failure_message)   /home/username/torch/install/share/cmake/torch/findcuda.cmake:1009 (find_package_handle_standard_args)   cmakelists.txt:7 (find_package)  -- configuring incomplete, errors occurred! see "/home/username/torch/extra/cutorch/build/cmakefiles/cmakeoutput.log".  error: build error: failed building. 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -