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
/opt/homebrew/share/lua/5.4/luarocks/loader.lua:104: error loading module 'lsqlite3' from file '/opt/homebrew/lib/lua/5.4/lsqlite3.so':
dlopen(/opt/homebrew/lib/lua/5.4/lsqlite3.so, 0x0006): symbol not found in flat namespace '_sqlite3_enable_load_extension'
The text was updated successfully, but these errors were encountered:
I have lsqlite3 installed via luarocks
sqlite3 via homebrew
however getting this error on
require("lsqlite3")
The text was updated successfully, but these errors were encountered: