Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
VJoer opened this issue Jul 13, 2019 · 1 comment
Open

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

VJoer opened this issue Jul 13, 2019 · 1 comment

Comments

@VJoer
Copy link

VJoer commented Jul 13, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants