0
点赞
收藏
分享

微信扫一扫

h5py

编程练习生J 2023-11-02 阅读 37

HDF5 for Python

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


Websites

  • Main website: https://www.h5py.org
  • Source code: https://github.com/h5py/h5py
  • Mailing list: https://groups.google.com/d/forum/h5py

 

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

 



举报

相关推荐

0 条评论