Reference

问题

... h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. ...

解决

pip install "h5py==2.8.0rc1", 在目前的最新版中, 此warning已被统一.

相关文章:

  • 2021-08-15
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2021-11-27
  • 2022-12-23
猜你喜欢
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-18
  • 2022-02-11
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案