nagadomi / distro

Unofficial maintenance repository of Torch7. It supports CUDA10.1, Volta, Turing, Docker https://hub.docker.com/r/nagadomi/torch7
BSD 3-Clause "New" or "Revised" License
201 stars 57 forks source link

How to install Lua52 version successfully? #8

Closed Labyrins closed 4 years ago

Labyrins commented 4 years ago

Hello! I'm working on Ubuntu 18.04 Even though Lua52 version was installed successfully. But, test.sh showed it fail.

Using Lua at: /home/ubuntu/torch/install/bin/lua paths loaded succesfully torch loaded succesfully ./test.sh: line 16: 28346 Segmentation fault (core dumped) $LUA -ltorch -e "print('torch loaded succesfully')"

Also, every lua files brought out "Segmentation fault (core dumped) "

How do I do? I tried several times to resolve this issue. Thanks in advance.

nagadomi commented 4 years ago

lua52 version seems not to work. Use luajit version or fix it yourself. I have not used it.

Labyrins commented 4 years ago

@nagadomi Thanks for your comment. I gonna find other way to solve it.