python安装h5py

Posted jiu__

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python安装h5py相关的知识,希望对你有一定的参考价值。

sudo pip install cython
sudo apt-get install libhdf5-dev
sudo pip install h5py

test:

python 
import h5py

如果出现“Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated...”错误,则是numpy版本问题,重新安装numpy的1.13.3这个版本。问题解决。

以上是关于python安装h5py的主要内容,如果未能解决你的问题,请参考以下文章

求问大神们,windows下应该怎么安装python的依赖库h5py,leveldb等

如何使用 M1 在 MacOS 上安装 h5py(Keras 需要)?

h5py快速入门指南

是否可以使用 python 3 对 h5py 中的键进行切片而不形成列表?

python 笔记:h5py

【软件安装】---报错:Building wheel for h5py (setup.py) ... error