Open msiraj83 opened 7 years ago
I have the same issue.
I have the same issue.too
I managed to install torch by cloning the repository torch/ezinstall and running the following commands:
cd ezinstall
./install-deps
./install-luajit+torch
After this you can install the other dependancies manually with luarocks. Hope this helps.
./install-luajit+torch Where is this file, please? @cole106
It is located in this repository. @sdlmw https://github.com/torch/ezinstall
I tried your way to successfully install, thank you @cole106
But I ran a task. error: no luarocks module found for cutorch. why is this? @cole106
Try downloading luarocks with sudo apt-get install luarocks
@sdlmw
if use the command 'sudo apt-get install luarocks', Get the message: luarocks is already the newest version @cole106
@sdlmw Did you install cutorch? To do that use the following:
sudo luarocks install cutorch
sudo luarocks install cunn
thanks @cole106
Hi.. I try to install torch on my Ubuntu 16.04 LTS with Cuda-9.0 ...but i face the following error... can any body help me....