scoder / lupa

Lua in Python
http://pypi.python.org/pypi/lupa
Other
1.01k stars 135 forks source link

only lua 5.2 supported? #232

Closed BlackMage2 closed 1 year ago

BlackMage2 commented 1 year ago

$ make python3 setup.py build_ext --inplace Using bundled Lua in lua52 Traceback (most recent call last): File "/home/sven/Development/lupa/setup.py", line 351, in configs = [ File "/home/sven/Development/lupa/setup.py", line 352, in use_bundled_lua(lua_bundle_path, c_defines) File "/home/sven/Development/lupa/setup.py", line 270, in use_bundled_lua with open(makefile) as f: FileNotFoundError: [Errno 2] No such file or directory: '/home/sven/Development/lupa/third-party/lua52/makefile' make: *** [Makefile:25: local] Error 1

are only lua 5.2 supported? i have lua 5.4 and luajit-2.1.0-beta3 installed

scoder commented 1 year ago

You probably just didn't update the git submodules locally. You can also pass --no-bundle to 'setup.py`.