You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the gnuplot with luarocks command, but I was unable to load it in th:
th> require 'gnuplot'
/usr/bin/gnuplot: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
/home/x/torch/install/share/lua/5.1/trepl/init.lua:384: /home/x/torch/install/share/lua/5.1/trepl/init.lua:384: .../x/torch/install/share/lua/5.1/gnuplot/gnuplot.lua:174: attempt to index local 'ss' (a nil value)
stack traceback:
[C]: in function 'error'
/home/x/torch/install/share/lua/5.1/trepl/init.lua:384: in function 'require'
[string "_RESULT={require 'gnuplot'}"]:1: in main chunk
[C]: in function 'xpcall'
/home/x/torch/install/share/lua/5.1/trepl/init.lua:651: in function 'repl'
.../torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: at 0x00406670
How can I solve i?
The text was updated successfully, but these errors were encountered:
I installed the gnuplot with luarocks command, but I was unable to load it in th:
th> require 'gnuplot'
/usr/bin/gnuplot: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
/home/x/torch/install/share/lua/5.1/trepl/init.lua:384: /home/x/torch/install/share/lua/5.1/trepl/init.lua:384: .../x/torch/install/share/lua/5.1/gnuplot/gnuplot.lua:174: attempt to index local 'ss' (a nil value)
stack traceback:
[C]: in function 'error'
/home/x/torch/install/share/lua/5.1/trepl/init.lua:384: in function 'require'
[string "_RESULT={require 'gnuplot'}"]:1: in main chunk
[C]: in function 'xpcall'
/home/x/torch/install/share/lua/5.1/trepl/init.lua:651: in function 'repl'
.../torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:199: in main chunk
[C]: at 0x00406670
How can I solve i?
The text was updated successfully, but these errors were encountered: