0%

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`.

网上很多人说要修改h5py的版本,但是我压根没装这个库。 参考文章 将numpy版本降低即可,我原先好像是1.16,记不清了,我没留意到。

1
conda install numpy==1.13.0