问题
... 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已被统一.
... 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已被统一.