1. 程式人生 > >成功解決:FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is

成功解決:FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is

解決問題
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


解決思路
包內出錯,是h5py包

解決辦法
對h5py進行更新升級
pip install h5py==2.8.0rc1

沒有錯誤,大功告成!
--------------------- 
作者:一個處女座的程式猿 
來源:CSDN 
原文:https://blog.csdn.net/qq_41185868/article/details/80276847 
版權宣告:本文為博主原創文章,轉載請附上博文連結!