Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require 'lmdb' failed #80

Open
aks009 opened this issue Jul 18, 2017 · 0 comments
Open

require 'lmdb' failed #80

aks009 opened this issue Jul 18, 2017 · 0 comments

Comments

@aks009
Copy link

aks009 commented Jul 18, 2017

Hi,

I installed torch with the command
TORCH_LUA_VERSION=LUA51 ./install.sh

The installation was successful. Then I installed lmdb by << sudo -E /usr/local/torch/install/bin/luarocks install lmdb.torch >>

on th>> prompt
th> require 'lmdb'
lua: parser.c:2059: parse_root: Assertion `lua_gettop(L) == top' failed.
Aborted (core dumped)

the same error appears when I run a training program
Inside luaopen_libcrnn
In init()
1
1
lua: parser.c:2059: parse_root: Assertion `lua_gettop(L) == top' failed.
Aborted (core dumped)

Can anybody please help me on this.. what am I missing.

Thanks,
Ashwini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant