Skip to content
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

Cant use Lanes Library #135

Open
Fabricio-Martins opened this issue Nov 9, 2021 · 0 comments
Open

Cant use Lanes Library #135

Fabricio-Martins opened this issue Nov 9, 2021 · 0 comments

Comments

@Fabricio-Martins
Copy link

So, i've been using only the libraries that comes with Lua For Windows because luarocks simply doens't work for me, but when I tried to require the "Lanes" library I got this:

C:\Program Files (x86)\Lua\5.1\lua.exe: .\lanes.lua:3: loop or previous error loading module 'lanes'
stack traceback:
        [C]: in function 'require'
        .\lanes.lua:3: in main chunk
        [C]: in function 'require'
        lanes.lua:3: in main chunk
        [C]: ?

And when I tried to install it with luarocks I got this

C:\Program Files (x86)\Lua\5.1\lua: C:\Program Files (x86)\Lua\5.1\luarocks.lua:3: module 'luarocks.command_line' not found:
        no field package.preload['luarocks.command_line']
        no file '.\luarocks\command_line.lua'
        no file 'C:\Program Files (x86)\Lua\5.1\lua\luarocks\command_line.lua'
        no file 'C:\Program Files (x86)\Lua\5.1\lua\luarocks\command_line\init.lua'
        no file 'C:\Program Files (x86)\Lua\5.1\luarocks\command_line.lua'
        no file 'C:\Program Files (x86)\Lua\5.1\luarocks\command_line\init.lua'
        no file 'C:\Program Files (x86)\Lua\5.1\lua\luarocks\command_line.luac'
        no file '.\luarocks\command_line.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\luarocks\command_line.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\loadall.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\clibs\luarocks\command_line.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\clibs\loadall.dll'
        no file '.\luarocks\command_line51.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\luarocks\command_line51.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\clibs\luarocks\command_line51.dll'
        no file '.\luarocks.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\luarocks.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\loadall.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\clibs\luarocks.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\clibs\loadall.dll'
        no file '.\luarocks51.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\luarocks51.dll'
        no file 'C:\Program Files (x86)\Lua\5.1\clibs\luarocks51.dll'
stack traceback:
        [C]: in function 'require'
        C:\Program Files (x86)\Lua\5.1\luarocks.lua:3: in main chunk
        [C]: ?

Can someone please help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant