为什么H2O版本(3.13.0.337对比3.13.0.341)的极小差异是不相容的?

时间:2017-07-17 14:36:37

标签: version h2o

我的同事和我安装了略有不同版本的H2O。这似乎不对,因为您甚至无法从下载页面(https://www.h2o.ai/download/)告诉您正在下载哪个精确的小版本:

 pip install http://s3.amazonaws.com/h2o-deepwater/public/nightly/latest/h2o-3.13.0-py2.py3-none-any.whl

他得到了错误:

Server error java.lang.IllegalArgumentException:
  Error: Found version 3.13.0.337, but running version 3.13.0.341
  Request: POST /99/Models.bin/

我谦虚地建议3.13.0.X与3.13.0.Y兼容

1 个答案:

答案 0 :(得分:0)

虽然不推荐/支持,但在调用h2o.init()时可以使用参数strict_version_check = False启动h2o

http://docs.h2o.ai/h2o/latest-stable/h2o-docs/starting-h2o.html