gpt4 book ai didi

r - R 中的 H2O 错误 - 无法连接到本地主机

转载 作者:行者123 更新时间:2023-12-02 10:09:25 25 4
gpt4 key购买 nike

我无法让 h2o 在我的 R 中工作。它显示以下错误。不知道这意味着什么。之前它给了我一个错误,因为我没有 Java 64 位版本。我下载了 64 位 - 重新启动了我的电脑 - 并再次启动了该过程,现在它给了我这个错误。

有什么建议吗?

library(h2o)

----------------------------------------------------------------------

Your next step is to start H2O:
> h2o.init()

For H2O package documentation, ask for help:
> ??h2o

After starting H2O, you can use the Web UI at http://localhost:54321
For more information visit http://docs.h2o.ai

----------------------------------------------------------------------


Attaching package: ‘h2o’

The following objects are masked from ‘package:stats’:

cor, sd, var

The following objects are masked from ‘package:base’:

%*%, %in%, &&, ||, apply, as.factor, as.numeric, colnames, colnames<-, ifelse,
is.character, is.factor, is.numeric, log, log10, log1p, log2, round, signif, trunc

> h2o.init(nthreads = -1)

H2O is not running yet, starting it now...

Note: In case of errors look at the following log files:
C:\Users\ADM_MA~1\AppData\Local\Temp\RtmpygK1EJ/h2o_Adm_Mayur_started_from_r.out
C:\Users\ADM_MA~1\AppData\Local\Temp\RtmpygK1EJ/h2o_Adm_Mayur_started_from_r.err

java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)

Starting H2O JVM and connecting: ............................................................
[1] "localhost"
[1] 54321
[1] TRUE
[1] -1
[1] "Failed to connect to localhost port 54321: Connection refused"
[1] 127
Error in h2o.init(nthreads = -1) :
H2O failed to start, stopping execution.
In addition: Warning message:
running command 'curl 'http://localhost:54321'' had status 127

Screenshot for h2o error in R

最佳答案

根据错误消息和我们在评论中进行的故障排除,您使用的 Java 版本 (Java 1.9) 似乎对于您的 H2O 版本来说太新了。

你的两个选择似乎是:

  1. 验证您的 H2O 版本是否为最新版本。如果没有,请更新。
  2. 下载 Java 的兼容版本,即 Java 1.8 (如果您愿意,您可以只将其用于这一项任务,而不是用于所有任务)

请注意,H2O v3 的主文档页面上写着:

Java 7 or later. Note: Java 9 is not yet released and is not currently supported.

但同时他们通常有多个 Beta 和 Alpha 开发分支,因此您可能会找到其中一个适用于 Java 9 的分支。

关于r - R 中的 H2O 错误 - 无法连接到本地主机,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46392394/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com