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

Can't install in local tree #124

Open
AndreaCogliati opened this issue Jul 21, 2016 · 1 comment
Open

Can't install in local tree #124

AndreaCogliati opened this issue Jul 21, 2016 · 1 comment

Comments

@AndreaCogliati
Copy link

I'm trying to install the nngraph rock on my university high performance computing cluster, on which I don't have root access. I tried to install it in the local tree with:

luarockt --local install nngraph

but the installation fails with the following error:

Install the project...
-- Install configuration: "Release"
-- Old export file "/software/torch/share/cmake/torch/TorchExports.cmake" will be replaced. Removing files [/software/torch/share/cmake/torch/TorchExports-release.cmake].
-- Installing: /software/torch/share/cmake/torch/TorchExports.cmake
CMake Error at cmake_install.cmake:48 (file):
file INSTALL cannot copy file
"/scratch/tmp/luarocks_torch-scm-1-5519/torch7/build/CMakeFiles/Export/share/cmake/torch/TorchExports.cmake"
to "/software/torch/share/cmake/torch/TorchExports.cmake".

Any suggestion?

@soumith
Copy link
Member

soumith commented Jul 21, 2016

Have your own copy of torch in ~/torch by following instructions on http://torch.ch/docs/getting-started.html#_

After that, you can use:
luarocks install torch

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