crnn icon indicating copy to clipboard operation
crnn copied to clipboard

libcrnn not found

Open JiteshPshah opened this issue 6 years ago • 4 comments

When I run /src/demo.lua with th , it gives me this error

 ```module 'libcrnn' not found:No LuaRocks module found for libcrnn
 no field package.preload['libcrnn']
no file '/home/akash/.luarocks/share/lua/5.1/libcrnn.lua'
no file '/home/akash/.luarocks/share/lua/5.1/libcrnn/init.lua'
no file '/home/akash/torch/install/share/lua/5.1/libcrnn.lua'
no file '/home/akash/torch/install/share/lua/5.1/libcrnn/init.lua'
no file './libcrnn.lua'
no file '/home/akash/torch/install/share/luajit-2.1.0-beta1/libcrnn.lua'
no file '/usr/local/share/lua/5.1/libcrnn.lua'
no file '/usr/local/share/lua/5.1/libcrnn/init.lua'
no file '/home/akash/.luarocks/lib/lua/5.1/libcrnn.so'
no file '/home/akash/torch/install/lib/lua/5.1/libcrnn.so'
no file '/home/akash/torch/install/lib/libcrnn.so'
no file './libcrnn.so'
no file '/usr/local/lib/lua/5.1/libcrnn.so'
no file '/usr/local/lib/lua/5.1/loadall.so'

JiteshPshah avatar Jul 07 '17 12:07 JiteshPshah

Its looking for the .so file that is in your src directory after you've successfully built the project.

stalagmite7 avatar Aug 10 '17 22:08 stalagmite7

Same issue. There is .so file even then showing the same error

dvlshah avatar Feb 27 '18 12:02 dvlshah

@JiteshPshah ,hello,I am facing the same problem ,have you run successfully ,if so,can you give me some advice, thanks a lot ^_^

lxx1884896 avatar Aug 01 '18 07:08 lxx1884896

Hi Did you guys fix this?

DecentMakeover avatar Mar 23 '19 08:03 DecentMakeover