AdaptiveAttention icon indicating copy to clipboard operation
AdaptiveAttention copied to clipboard

Unsupported hdf5 version

Open mojesty opened this issue 6 years ago • 0 comments

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?

mojesty avatar Jun 24 '18 20:06 mojesty