torch / nngraph

Graph Computation for nn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VJoer opened this issue · comments

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

`

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#_