Ubuntu 16.04.2 LTS3.5.2system Python2.7.11.8.18The full traceback/stack trace shown:
/usr/local/lib/python3.5/dist-packages/h5py/__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
from ._conv import register_converters as _register_converters
I think this has already been fixed by #970
You can get the rc with this fix via pip install --upgrade --pre h5py
Most helpful comment
You can get the rc with this fix via
pip install --upgrade --pre h5py