个人博客地址:https://www.bearoom.xyz/2019/08/24/python-devolop-env-hdf5-problem/

安装tensorflow之后,在导入tensorflow的包的时候遇到这个问题:

anaconda3/lib/python3.6/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`.
from ._conv import register_converters as _register_converters</code></pre>



应该是hdf5的版本问题,解决方法:

pip install h5py==2.8.0rc1

只有天在上,

更无山与齐。

举头红日近,

回首白云低。

--寇准 《咏华山》

最新文章

  1. 通过RTMP play分析FLV格式详解
  2. android 调用系统的音乐和视频播放器
  3. C# has three timers
  4. Aapache status / apache2ctl status 总是403
  5. assertThat用法
  6. Linux初识(转)
  7. iOS 消息推送实现 APNS
  8. User Agent
  9. 轮子来袭 vJine.Core 之 AppConfig&lt;T&gt;
  10. &amp;lt;七&amp;gt;阅读&amp;lt;&amp;lt;大话设计模式&amp;gt;&amp;gt;该模板模型
  11. OpenCV:二值图像连通区域分析与标记算法实现
  12. NN-Neural Network
  13. Ubuntu 共享 转载
  14. Mysql 范围查询优化
  15. highstaock+websocket实现动态展现
  16. 前端知识之Ajax
  17. WCF调错方法
  18. Linux c time模块函数库
  19. vue项目中安装使用echarts
  20. c# 之 System.Type.GetType()与Object.GetType()与typeof比较

热门文章

  1. POJ 3614:Sunscreen 贪心+优先队列
  2. c++输出哈夫曼编码
  3. 3 —— node —— 文件追加内容
  4. Android Studio模拟器无法访问网络
  5. MongoDB七-运维技术
  6. vmware搭建linux环境
  7. jQuery实现点击div外的区域,来隐藏指定节点
  8. 热衷外卖的韩国与中国,外卖APP最大的区别有哪些?
  9. Axure下载,附注册码
  10. [题解] CF622F The Sum of the k-th Powers