ansu1234
ansu1234

Reputation: 401

Missing dependency for hdf5: totem Error: Failed cloning git repository

dlualkuma57985:torch-hdf5 asuma2$ luarocks make hdf5-0-0.rockspec

as per given in this link Missing dependency for hdf5: totem i tried

wget https://raw.githubusercontent.com/deepmind/torch-totem/master/rocks/totem-0-0.rockspec
sudo luarocks install totem-0-0.rockspec

but for

sudo luarocks install totem-0-0.rockspec

it is giving me following error:

Using totem-0-0.rockspec... switching to 'build' mode
Cloning into 'torch-totem'...
fatal: unable to connect to github.com:
github.com[0: 192.30.253.113]: errno=Connection refused
github.com[1: 192.30.253.112]: errno=Connection refused


Error: Failed cloning git repository.

Upvotes: 0

Views: 309

Answers (1)

ansu1234
ansu1234

Reputation: 401

It has been resolved. There was some issue with network, so instead i connected to hotspot of mobile and then run the command.

Upvotes: 0

Related Questions