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
Line utils = require 'misc.utils' fails with the following traceback: /home/****/torch/install/share/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.1
I installed it as was described in the torch-hdf5 repo, and version 1.10 must be newer than 1.8...
I also ran dpkg -s libhdf5-dev which gave me Version: 1.8.16+docs-4ubuntu1 which is again newer than 1.8.14
Could you help?
The text was updated successfully, but these errors were encountered:
Line
utils = require 'misc.utils'
fails with the following traceback:/home/****/torch/install/share/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.1
I installed it as was described in the torch-hdf5 repo, and version 1.10 must be newer than 1.8...
I also ran
dpkg -s libhdf5-dev
which gave meVersion: 1.8.16+docs-4ubuntu1
which is again newer than 1.8.14Could you help?
The text was updated successfully, but these errors were encountered: