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这个版本。问题解决。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2022-02-27
  • 2021-10-24
  • 2022-12-23
猜你喜欢
  • 2021-11-10
  • 2021-05-21
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案