Readline conflict
JeremyMorvan opened this issue · 1 comments
JeremyMorvan commented
Hi all !
We recently installed the readline package through luarocks (https://luarocks.org/modules/peterbillam/readline). We were not able to launch torch (th) anymore.
It appears there is a conflict line 536 of init.lua of TREPL. Can someone explain me what is the readline of TREPL ? Does it have the same functionalities than the readline package ?
Thank
soumith commented
the readline of trepl is a small plugin to use libreadline. i think the problem is the naming of it, we can change it to threadline or something...