Hi, Greg. I'm using a lab computer and I know Torch7 is installed. This is what I'm getting:
******@PROGRAF03:~$ luarocks install dpnn
Error: Your user does not have write permissions in /usr/lib/luarocks/rocks
-- you may want to run as a privileged user or use your local tree with --local.
******@PROGRAF03:~$ sudo luarocks install dpnn
[sudo] password for ******:
Installing
https://raw.githubusercontent.com/torch/rocks/master/dpnn-scm-1.rockspec...
Using
https://raw.githubusercontent.com/torch/rocks/master/dpnn-scm-1.rockspec... switching to 'build' mode
Cloning into 'dpnn'...
fatal: unable to connect to
github.com:
github.com[0: 192.30.253.112]: errno=Connection timed out
Error: Failed cloning git repository.
On Friday, October 7, 2016 at 3:28:55 AM UTC-3, Greg Heinrich wrote:Hello,
In which way does it fail? And why are you using 'sudo'? How did you install Torch?
Regards.
On Friday, October 7, 2016 at 2:38:31 AM UTC+2, Eduardo Andrade wrote:
The command is failing to clone git repository. I need dpnn for text classification. Any suggestions? Thanks