-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
th command not working after clean install on ubuntu 16 #945
Comments
Had a brief discussion with the user, at the least luarocks package was missing from install-deps |
we install our own luarocks.
|
so I have manually added lua to my environment path , and it is accessible now from terminal but I cant seem to install luarocks by following instructions from https://luarocks.org/#quick-start The screenshot shows torch install success after removing torch directory and trying again |
Since torch is doing a local install, it has to be added to your path to work. To do so, run |
I tried that , I am getting this error |
You did run |
Yes I did , I copied those 3 lines of code line by line |
the |
What happens when you open this folder in a terminal and run |
I opened the folder in this terminal and tried running install.sh , and I saw some new commands executing ( one I didnt observe before when I copy pasted those 3 installanation commands into terminal from official docs ) and it failed because of connection timeout error of github rep ( something related to xlua) , then I ran ./clean.sh and reran ./install.sh , This time it went all green and even asked me if I wanted to add path in bashrc file , I typed yes and restarted and it works! |
same problem, sad that nobody found a solution here............. |
@wgallo3
If everything went ok you should be able to start: torch-activate, th, luajit, luarocks from terminal. Note: .bash_profile will run only on login shells. For non-login shells, you would need to create/edit a .bashrc |
When I installed Torch, it added to
Running this command in bash (or running The terminal that you used when you installed Torch should contain a similar line, and sourcing the given config file should give you access to the
|
Neither luajit nor lua found in path on ubuntu after clean install
this is when I ran ./test.sh
I followed official instructions as indicated on the website
The text was updated successfully, but these errors were encountered: