任何Python专家都可以帮助我解决此错误吗?出现HDF5库不匹配错误。
问题是,默认情况下,当我安装h5py
pip install h5py
它还安装了最新的HDF5依赖性1.10.2。 我的应用程序显然需要较早的版本1.8.11。
我的完整错误
> Warning! ***HDF5 library version mismatched error*** The HDF5 header
> files used to compile this application do not match the version used
> by the HDF5 library to which this application is linked. Data
> corruption or segmentation faults may occur if the application
> continues. This can happen when an application was compiled by one
> version of HDF5 but linked with a different version of static or
> shared HDF5 library. You should recompile the application or check
> your shared library related settings such as 'LD_LIBRARY_PATH'. You
> can, at your own risk, disable this warning by setting the environment
> variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'. Setting it to
> 2 or higher will suppress the warning messages totally. Headers are
> 1.10.2, library is 1.8.11
> SUMMARY OF THE HDF5 CONFIGURATION
> =================================
>
> General Information:
> -------------------
> HDF5 Version: 1.8.11
> Configured on: Sun Jul 24 12:04:33 EDT 2016
> Configured by: prisms@sikasso
> Configure mode: production
> Host system: x86_64-unknown-linux-gnu
等,等等