jcjohnson / densecap

Dense image captioning in Torch
MIT License
1.58k stars 432 forks source link

Torch, No results matching query were found #59

Open mnaranjo opened 7 years ago

mnaranjo commented 7 years ago

Hi, I'm trying to install densecap, but when I execute sudo luarocks install torch

I get the next error: "Error: No results matching query were found", and in https://luarocks.org/search I can't find the torch package.

Where can I get this package?

Thanks!

jcjohnson commented 7 years ago

I'm guessing your trying to install Torch with a standard Lua install? Usually you install Torch by following the instructions here:

http://torch.ch/docs/getting-started.html#_

which ships with its own version of luajit, and uses its own rocks server:

https://github.com/torch/rocks

mnaranjo commented 7 years ago

I have resolved the problem, it was a luarocks path problem.

Thanks!

ibabicuy commented 7 years ago

i have the same problem @mnaranjo how did you fixed it?

mnaranjo commented 7 years ago

Hi @ibabicuy , I reinstalled luarocks and paid attention with the luarocks paths

The user may then add these directories to their $PATH variable. ( https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Unix )

Regards