But I can't find bastibe on pip. The only lunatic-python I found on pip is by OddSource, which is a less-starred fork of bastibe's work. So I'm suspicious of it. But then when I try to install it (pip install lunatic-python-universal), and it fails, I get the error message:To install, you will need to have the Python and Lua development libraries on your system. If you do, use the recommended methods (pip, easy-install, etc) to install lunatic-python.
Code: Select all
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
pkg-config failed for `python` (tried `python-3.8` and `python3.8`); most recent output was:
/bin/sh: pkg-config: command not found
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
As for the clone, I get a 'module not found' when I try to run the lua file. I messed around with a few different things in the 'require' path and always got module not found. I even got the same error message when running the lua test file included in the clone.
Thanks for reading.