【发布时间】:2018-11-17 10:26:43
【问题描述】:
操作系统:Linux Ubuntu Server 18.04
我用 luarocks install hdf5 安装 hdf5 并得到这个错误:
/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.0
如何安装特定的低版本,例如1.8.16?
【问题讨论】:
操作系统:Linux Ubuntu Server 18.04
我用 luarocks install hdf5 安装 hdf5 并得到这个错误:
/lua/5.1/hdf5/ffi.lua:71: Unsupported HDF5 version: 1.10.0
如何安装特定的低版本,例如1.8.16?
【问题讨论】:
我遇到了 luasocket 问题。 因此,使用安装特定版本
luarocks install luasocket 3.0rc1
注意:请先卸载。
或
你可以使用 git 获取最新版本
https://peter.colberg.org/lua-hdf5/install#installing-from-git
【讨论】: