Python h5py导入错误

ERROR:
  1. C:\Python27\lib\site-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`.  
  2.   from ._conv import register_converters as _register_converters

Solution:

将numpy卸掉

安装带有MKL的numpy版本:numpy-1.13.3+mkl-cp27-cp27m-win_amd64.whl

安装成功后,导入成功。

猜你喜欢

转载自blog.csdn.net/qq_34654240/article/details/79920496
今日推荐