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

installation: error loading module 'libpaths' #171

Open
lverwimp opened this issue Nov 9, 2015 · 1 comment
Open

installation: error loading module 'libpaths' #171

lverwimp opened this issue Nov 9, 2015 · 1 comment

Comments

@lverwimp
Copy link

lverwimp commented Nov 9, 2015

I installed Torch and DP, but I am getting this error whenever I try to use DP (Torch works):

require 'dp'
error loading module 'libpaths' from file '.../torch/install/lib/lua/5.1/libpaths.so':
.../torch/install/lib/lua/5.1/libpaths.so: undefined symbol: lua_replace
stack traceback:
[C]: in ?
[C]: in function 'require'
.../torch/install/share/lua/5.1/paths/init.lua:1: in main chunk
[C]: in function 'require'
.../torch/install/share/lua/5.1/torch/init.lua:12: in main chunk
[C]: in function 'require'
.../torch/install/share/lua/5.1/nnx/init.lua:28: in main chunk
[C]: in function 'require'
.../torch/install/share/lua/5.1/dp/init.lua:1: in main chunk
[C]: in function 'require'
stdin:1: in main chunk
[C]: in ?

Since libpaths.so is a binary file, it is impossible to detect why lua_replace is an undefined symbol. Any idea how I could solve this?

Thank you in advance!

@nicholas-leonard
Copy link
Owner

@verwimp can you open up this issue in the paths repository?

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

2 participants