-
Notifications
You must be signed in to change notification settings - Fork 77
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
Does not install on Ubuntu 15.04 #47
Comments
If it helps, here's the standard out also:
|
hey rob, can you also give the output for when you run install-deps? We will support 15.04 the day it's released on ubuntu.org For now, you can change this line number to be "15" and then adapt the apt-get install lines https://github.com/torch/ezinstall/blob/master/install-deps#L84 |
Warning: falling back to wget - install luasec to get native HTTPS support Missing dependencies for itorch: Error: Could not satisfy dependency: luacrypto can someone help me with this? I am trying to install torch 7 on ubuntu 14.04 |
@sowjanya143,
helped me. (edit: i.e. I assume openssl was not installed) For this I followed the solution posted on Specifically, I got the following error:
After installing libssl-dev, to make sure I installed luacrypto I also did (may not be necessary)
|
Make sure you have the full CUDA package with toolkit installed, not just the library. (Download CUDA here) |
I followed the directions at http://torch.ch/docs/getting-started.html. They claim to work on "Ubuntu 12+" but they seem to be quite out of date and not work on 15.04.
Here's what I get on standard error when I try to run Torch's
install.sh
at the end:The text was updated successfully, but these errors were encountered: