You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
I installed Torch and DP, but I am getting this error whenever I try to use DP (Torch works):
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!
The text was updated successfully, but these errors were encountered: