h5py

HDF5 for Python

h5py is a thin, pythonic wrapper around the HDF5, which runs on Python 3 (3.6+).

Websites

pip install h5py
Collecting h5py
  Using cached h5py-2.10.0-cp38-cp38-manylinux1_x86_64.whl (2.9 MB)
Requirement already satisfied: numpy>=1.7 in /usr/local/python3/lib/python3.8/site-packages (from h5py) (1.19.1)
Requirement already satisfied: six in /usr/local/python3/lib/python3.8/site-packages (from h5py) (1.15.0)
Installing collected packages: h5py
Successfully installed h5py-2.10.0

原文地址:https://www.cnblogs.com/emanlee/p/13583570.html