-
Notifications
You must be signed in to change notification settings - Fork 165
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
Cannot install loadcaffe: "No results matching query were found" #48
Comments
install torch first http://torch.ch/docs |
I did install Arch Linux' torch7-git and torch7-trepl-git packages, which provide the libraries and the
|
torch maintains it's own rocks, make sure youre running luarocks from torch and not the system one. |
Ah, I see. That's it, thanks! A .bashrc-modifying install script is a bit scary :] |
I'm having the same issue, "No results matching query were found" I'm not exactly sure how to resolve it. I see @szagoruyko 's comment, but not sure how to run it using torch. I tried running the command in torch but nothing happens. I tried PATH=$PATH:~/torch/install/bin, still nogo |
Solved: sudo ~/torch/install/bin/luarocks install loadcaffe |
@thistleknot very bad idea, you should not use sudo with torch luarocks. your bashrc is most probably broken. |
@szagoruyko suggested a solution, but i have not the slightest idea how to do this. could someone post the actual solution? |
I've gotten a similar issue. Could this perhaps have something to do with running an alternative to bash? I'm using zsh and while it requested to add luarocks to path on my .zshrc it might have screwed something up and that's why it's not working. Thoughts? |
What am I missing? On Arch Linux:
The text was updated successfully, but these errors were encountered: