torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

Permission denied to install.sh in lines 107 & 111 #241

Open muglikar opened 7 years ago

muglikar commented 7 years ago
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.