在 Windows 中使用 Luarocks 安装 Orbit

我正在尝试使用命令 luarocks install orbit 安装 LuaOrbit MVC web 框架。但它总是返回以下错误:

正在安装 http://www.luarocks.org/repositories/rocks/orbit-2.2.4-1.src.rock... 使用 http://www.luarocks.org/repositories/rocks/orbit-2.2.4-1.src.rock... 切换到 'build' 模式 错误:无法解压 rock 文件:C:\Users\BANEE-~1\AppData\Local\Temp\luarocks_luarocks-rock-orbit-2.2.4-1-6500/orbit-2.2.4-1.src.rock

我使用的是 Windows 7 64 位专业版,Lua 版本为 5.1.5,Luarocks 版本为 2.0.10。Lua 和 Luarocks 都已经添加到系统环境变量中。如何解决这个错误或者还有没有 其他方法使用 Luarocks 安装软件包

点赞