出现site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second 的解决办法

1、错误

出现site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second 的解决办法

2、原因

出错位置h5py\_init_.py:36
包内出错,是h5py包,h5py 和 numpy 版本冲突

3、解决办法

对h5py进行更新升级
pip install h5py==2.8.0rc1

出现site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second 的解决办法