-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lua:5: module 'lfs' not found even after running luarocks .. #142
Comments
Checking /use/local/ which luarocks reported, I can’t see it listed?
|
I am having the same issue. Note that my distribution does not offer any luafilesystem package, so I just used $ echo $LUA_PATH
/usr/share/lua/5.3/?.lua;/usr/share/lua/5.3/?/init.lua;/usr/lib/lua/5.3/?.lua;/usr/lib/lua/5.3/?/init.lua;./?.lua;./?/init.lua;/home/mathieu/.luarocks/share/lua/5.3/?.lua;/home/mathieu/.luarocks/share/lua/5.3/?/init.lua |
I'm using windows only, some suggestion try to help.
|
I don't know about @nodecentral, but in my case just running My initial goal was to compile the This was already what I tried three weeks ago when I got the error, so I'm not sure what changed; maybe the [Edit] Wait, I just realized I was having this issue on another machine with another distribution. The issue is probably still there on that machine. |
Hi
I’m trying to get the LfS installed, and have tried luarocks a few times, but when I eventually run some code that requires it , it’s not found ? Any ideas ?
When I try to use the lfs module I always get the following message ??
The text was updated successfully, but these errors were encountered: