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
$ luajit
LuaJIT 2.0.5 -- Copyright (C) 2005-2017 Mike Pall. http://luajit.org/
JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse
> local http_client = require("requests")
error loading module 'socket.core' from file '/usr/lib/lua/5.3/socket/core.so':
/usr/lib/lua/5.3/socket/core.so: undefined symbol: luaL_setfuncs
stack traceback:
[C]: at 0x563059ea8fb0
[C]: in function 'require'
/usr/share/lua/5.3/socket.lua:12: in main chunk
[C]: in function 'require'
/usr/share/lua/5.3/socket/http.lua:10: in main chunk
[C]: in function 'require'
/usr/share/lua/5.3/requests.lua:3: in main chunk
[C]: in function 'require'
stdin:1: in main chunk
[C]: at 0x563059e59c00
> ^\Quit (core dumped)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: