Python 3.x 无法连接h2o服务器python3

Python 3.x 无法连接h2o服务器python3,python-3.x,h2o,Python 3.x,H2o,我在尝试连接h2o服务器时遇到问题。我第一次能做到。但第二次出现这个错误时: [18:56.78] H2OConnectionError: Unexpected HTTP error: HTTPConnectionPool(host='127.0.0.1', port=54321): Max retries exceeded with url: /3/Cloud (Caused by NewConnectionError('<urllib3.connection.HTTPConnectio

我在尝试连接h2o服务器时遇到问题。我第一次能做到。但第二次出现这个错误时:

[18:56.78] H2OConnectionError: Unexpected HTTP error: HTTPConnectionPool(host='127.0.0.1', port=54321): Max retries exceeded with url: /3/Cloud (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3041303dd8>: Failed to establish a new connection: [Errno 111] Connection refused',))
我知道第一次连接是否没有关闭。有人能帮我吗


非常感谢

您能连接到Flow吗?看看日志,然后发布任何看起来有趣的东西。哪个操作系统?在流程列表中查找任何提到h2o的内容(如果是,他们只是坐在那里,或者使用了大量CPU)。这也是可重复的:您可以第一次连接,但不能重新连接?(如果是,您将如何再次重置它?)
h2o.init(ip="127.0.0.1", port="54321")