gpt4 book ai didi

linux - Torch7 Lua,错误加载模块 'libpaths' (Linux)

转载 作者:太空狗 更新时间:2023-10-29 12:14:17 24 4
gpt4 key购买 nike

我是 TORCH LDT 的新用户。我在加载模块“libpaths”时遇到问题(在 Ubuntu 上)。 错误日志是:

Exception in thread "main" com.naef.jnlua.LuaRuntimeException: error loading module 'libpaths' from file '/usr/local/lib/lua/5.1/libpaths.so': /usr/local/lib/lua/5.1/libpaths.so: undefined symbol: lua_gettop at com.naef.jnlua.LuaState.lua_pcall(Native Method) at com.naef.jnlua.LuaState.call(LuaState.java:555) at org.eclipse.koneki.ldt.support.lua51.internal.interpreter.JNLua51Launcher.run(JNLua51Launcher.java:128) at org.eclipse.koneki.ldt.support.lua51.internal.interpreter.JNLua51DebugLauncher.main(JNLua51DebugLauncher.java:24)

可能是什么问题?提前致谢!

最佳答案

这是配置 torch + eclipse 的方法:

1)用torch配置Lua解释器:

转到 Windows -> Preference -> Lua -> interpreter:

  • 解释器类型:Lua 5.2

  • 解释器可执行文件:/opt/torch/install/bin/qlua(-> 这是需要使用 qt 功能)

  • 解释器名称:Qt + Torch 解释器参数:-lenv -e“io.stdout:setvbuf('no'); 如果 os.getenv('DEBUG_MODE') 然后要求'调试器' ;需要 'debugger.plugins.ffi'end"

  • LinkedExecution 参数:Lua 5.2

2)选择这个解释器作为默认解释器

3) 同时使用外部解释器,需要安装“LuaSocket”数据包,如果没有安装的话调试的时候会报错“libsocket.so not found”

要安装 LuaSocket,您可以尝试:

sudo luarocks install luasocket --only-server=http://luarocks.org/repositories/rocks-scm

sudo luarocks install luasocket

luarocks install luasocket

归功于 STRUB Floriab

关于linux - Torch7 Lua,错误加载模块 'libpaths' (Linux),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31036340/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com