xeus-lua icon indicating copy to clipboard operation
xeus-lua copied to clipboard

How to specify lua version

Open shinelixie opened this issue 3 years ago • 2 comments

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.

shinelixie avatar Nov 07 '22 16:11 shinelixie

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

JohanMabille avatar Nov 07 '22 20:11 JohanMabille

look like doesn't work image Looks like there is no corresponding version image

shinelixie avatar Nov 08 '22 03:11 shinelixie