We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to get luajwt installed, but am struggling to find the right version of lbase64.
luajwt
lbase64
$ sudo luarocks install --server=http://rocks.moonscript.org luajwt Installing http://rocks.moonscript.org/luajwt-1.3-2.src.rock... Using http://rocks.moonscript.org/luajwt-1.3-2.src.rock... switching to 'build' mode Missing dependencies for luajwt: lbase64 >= 20120820-1 Error: Could not satisfy dependency: lbase64 >= 20120820-1 $ sudo luarocks install lbase64 Installing https://luarocks.org/lbase64-20120807-3.rockspec... Using https://luarocks.org/lbase64-20120807-3.rockspec... switching to 'build' mode Error: Error fetching file: Failed downloading http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/5.2/lbase64.tar.gz $ sudo luarocks install lbase64 20120820-1 Error: No results matching query were found. $ sudo luarocks search lbase64 Search results: =============== Rockspecs and source rocks: --------------------------- lbase64 20120807-3 (rockspec) - https://luarocks.org 20120807-1 (rockspec) - https://luarocks.org 20120807-1 (src) - https://luarocks.org 20100323-1 (rockspec) - https://luarocks.org 20100323-1 (src) - https://luarocks.org 20070628-1 (rockspec) - https://luarocks.org 20070628-1 (src) - https://luarocks.org
What am I doing wrong?
I'm new to Lua, so please excuse me if this is a dumb newbie question.
The text was updated successfully, but these errors were encountered:
I'm as stumped as you.
Sorry, something went wrong.
I found a solution.
Try it, and if it works, please close this comment.
Fixed
No branches or pull requests
I'm trying to get
luajwt
installed, but am struggling to find the right version oflbase64
.What am I doing wrong?
I'm new to Lua, so please excuse me if this is a dumb newbie question.
The text was updated successfully, but these errors were encountered: