install.sh: line 107: /media/anand/.../torch/install/bin/luarocks: Permission denied
Installing common Lua packages
install.sh: line 111: /media/anand/.../torch/install/bin/luarocks: Permission denied
Lines 107 and 111 in install.sh:
107: setup_lua_env_cmd=$($PREFIX/bin/luarocks path)
111: cd ${THIS_DIR}/extra/luafilesystem && $PREFIX/bin/luarocks make rockspecs/luafilesystem-1.6.3-1.rockspec || exit 1
-rwxr-xr-x 1 anand anand 8387 Oct 25 00:21 install.sh
This is NTFS fillesystem and I have made necessary changes to give permission to all files on this drive.
I'm at the end of wit of why this installation of torch does not proceed. Please help.
Lines 107 and 111 in install.sh: 107:
setup_lua_env_cmd=$($PREFIX/bin/luarocks path)
111:cd ${THIS_DIR}/extra/luafilesystem && $PREFIX/bin/luarocks make rockspecs/luafilesystem-1.6.3-1.rockspec || exit 1
-rwxr-xr-x 1 anand anand 8387 Oct 25 00:21 install.sh
This is NTFS fillesystem and I have made necessary changes to give permission to all files on this drive.
I'm at the end of wit of why this installation of torch does not proceed. Please help.