hughperkins / distro-cl

OpenCL Torch
147 stars 17 forks source link

Install problems #18

Open benjamin-fenker opened 7 years ago

benjamin-fenker commented 7 years ago

Following the default install instructions, I encountered the following error during ./install.sh

CMakeFiles/paths.dir/paths.c.o: In function lua_tmpname': paths.c:(.text+0x617): warning: the use oftempnam' is dangerous, better use `mkstemp' [100%] Built target paths cd build && make install [100%] Built target paths Install the project... -- Install configuration: "Release" -- Installing: /home/fenkb/torch-cl/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua -- Installing: /home/fenkb/torch-cl/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so Updating manifest for /home/fenkb/torch-cl/install/lib/luarocks/rocks paths scm-1 is now built and installed in /home/fenkb/torch-cl/install/ (license: BSD)

Missing dependencies for torch: sys >= 1.0

Using https://raw.githubusercontent.com/torch/rocks/master/sys-1.1-0.rockspec... switching to 'build' mode

Missing dependencies for sys: torch >= 7.0

Using https://raw.githubusercontent.com/hughperkins/rocks-cl/master/torch-scm-1.rockspec... switching to 'build' mode Cloning into 'torch7'... fatal: unable to connect to github.com: github.com[0: 192.30.253.113]: errno=Resource temporarily unavailable github.com[1: 192.30.253.112]: errno=Resource temporarily unavailable

Error: Failed installing dependency: https://raw.githubusercontent.com/torch/rocks/master/sys-1.1-0.rockspec - Failed installing dependency: https://raw.githubusercontent.com/hughperkins/rocks-cl/master/torch-scm-1.rockspec - Failed cloning git repository.

I'm doing this within the new bash subsystem on Windows (I know that GPU shouldn't work, but I though I would try anyways) but it looks like that is not the problem. Next to this installation, I have a vanilla torch installation that is working.