torch / nngraph

Graph Computation for nn
Other
299 stars 96 forks source link

Error: No results matching query were found for Lua 5.3. #157

Open VJoer opened 5 years ago

VJoer commented 5 years ago

I am a novice,and I don't know why ` jv@JV-Ubuntu:~$ sudo luarocks install torch torch not found for Lua 5.3. Checking if available for other Lua versions... Checking for Lua 5.1... Checking for Lua 5.2... Checking for Lua 5.4...

Error: No results matching query were found for Lua 5.3. jv@JV-Ubuntu:~$ lua Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio

`

anjaligupta1104 commented 5 years ago

It's because the installment of torch using luarocks is a different process than other package managers (like pip or conda).

Try running this line: cd ~/torch; bash install-deps;

For more information: see this website. http://torch.ch/docs/getting-started.html#_