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
{{ message }}
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
Hi there! I'm using lua 5.2 because of out of the memory in lua 5.1 when preprocessing. But after installing zmq, the error is undefined symbol: lua_tointeger and zmq is installed in lua 5.1. How can I solve it? Here is error:
th> require("zmq")
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:389: error loading module 'zmq' from file '/usr/local/lib/lua/5.1/zmq.so':
/usr/local/lib/lua/5.1/zmq.so: undefined symbol: lua_tointeger
stack traceback:
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:506: in function </home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:499>
[C]: in function 'error'
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:389: in function 'require'
[string "_RESULT={require("zmq")}"]:1: in main chunk
[C]: in function 'xpcall'
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:661: in function 'repl'
...zyyt/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: in ?
The text was updated successfully, but these errors were encountered:
Hi there! I'm using lua 5.2 because of out of the memory in lua 5.1 when preprocessing. But after installing zmq, the error is undefined symbol: lua_tointeger and zmq is installed in lua 5.1. How can I solve it? Here is error:
th> require("zmq")
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:389: error loading module 'zmq' from file '/usr/local/lib/lua/5.1/zmq.so':
/usr/local/lib/lua/5.1/zmq.so: undefined symbol: lua_tointeger
stack traceback:
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:506: in function </home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:499>
[C]: in function 'error'
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:389: in function 'require'
[string "_RESULT={require("zmq")}"]:1: in main chunk
[C]: in function 'xpcall'
/home/zyyt/torch/install/share/lua/5.2/trepl/init.lua:661: in function 'repl'
...zyyt/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: in ?
The text was updated successfully, but these errors were encountered: