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 had tried several ways to install hdf5 on torch, but always get an error when I require 'hdf5' in torch:
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:389: /home/azyl99/torch/install/share/lua/5.2/hdf5/ffi.lua:29: could not load library /usr/local/lib/libhdf5.a
stack traceback:
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:506: in function </home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:499>
[C]: in function 'error'
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:389: in function 'require'
[string "_RESULT={require 'hdf5'}"]:1: in main chunk
[C]: in function 'xpcall'
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:661: in function 'repl'
...yl99/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:204: in main chunk
[C]: in ?
The text was updated successfully, but these errors were encountered:
I had tried several ways to install hdf5 on torch, but always get an error when I require 'hdf5' in torch:
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:389: /home/azyl99/torch/install/share/lua/5.2/hdf5/ffi.lua:29: could not load library /usr/local/lib/libhdf5.a
stack traceback:
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:506: in function </home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:499>
[C]: in function 'error'
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:389: in function 'require'
[string "_RESULT={require 'hdf5'}"]:1: in main chunk
[C]: in function 'xpcall'
/home/azyl99/torch/install/share/lua/5.2/trepl/init.lua:661: in function 'repl'
...yl99/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:204: in main chunk
[C]: in ?
The text was updated successfully, but these errors were encountered: