【发布时间】:2023-02-17 01:42:06
【问题描述】:
我在安装 winapi lua 时遇到问题。
操作系统:Win 8.1,
Lua版本:5.1.5,
Luarocks 最新。
命令行:
C:\Users\user\Desktop\luarocks-3.9.2-windows-32>luarocks install winapi
Warning: Lua 5.4 interpreter not found at C:\Users\Didn't understanded word\Desktop\luarocks-3.
9.2-windows-32
Modules may not install with the correct configurations. You may want to configu
re the path prefix to your build of Lua 5.4 using
luarocks config --local lua_dir <your-lua-prefix>
Installing https://luarocks.org/winapi-1.4.2-1.src.rock
Error: Could not fetch rock file: Failed creating temporary directory luarocks-r
ock-winapi-1.4.2-1: Failed setting permission exec for all
C:\Users\user\Desktop\luarocks-3.9.2-windows-32>
我试图在没有 luarocks winapi 的情况下安装,但我有 C 文件和其他不理解的文件。
【问题讨论】: