xeus-lua
xeus-lua copied to clipboard
How to specify lua version
I find the earliest xeus-lua in this link conda_for_xeus-lua_version, not support other lua version. I want run in lua 5.3.5 version.
xeus-lua can run with any version of lua between 5.2 and 6. You should be able to pin the version of lua you want when installing xeus-lua:
mamba install xeus-lua lua=5.3.5 -c conda-forge
Edit: and we definitely need to update the recipe and publlish the last version of xeus-lua in conda-forge
look like doesn't work
Looks like there is no corresponding version
