2017-05-23 14 views
0

luarocks가 설치되었으므로 luasocket을 설치하려고합니다.luarocks를 사용하는 luasocket/lfs 설치시 문제가 발생했습니다.

내 명령은

luarocks install luasocket-2.0.2-3.win32-x86.rock 

내가 얻을 응답은

C:\Program Files (x86)\LuaRocks\lua\luarocks\command_line.lua:186: bad argument #1 to 'require' (string expected, got table) 

command_line.lua주는 문제 코드의 라인

if commands[command] then 
    local cmd = require(commands[command]) 

과 퍼팅 추적 코드의 글 commands[command]이 참으로 길이가 0 인 테이블임을 보여줍니다. .

이런 종류의 근본적인 런타임 오류는 루아 초보자가 수정할 것으로 예상 할 수있는 것 이상입니다. 어떤 제안?

편집

는 그냥 luasocket 아니다 밝혀졌습니다. 나는 같은 문제를 겪는다

luarocks install luafilesystem 

답변