【问题标题】:Is there a way to install h2o driverless ai on windows 10?有没有办法在 Windows 10 上安装 h2o driverless ai?
【发布时间】:2020-11-11 23:42:19
【问题描述】:

我正在尝试安装 h2o driverless ai,但到目前为止我找不到任何方法。我正在使用 jupyter notebook,我无法导入 h2oai_client。

我的python版本:

pip 20.0.2 from C:\Users\user\miniconda3\lib\site-packages\pip (python 3.7)

当我尝试导入 h2oai_client 时,它显示未找到

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-afa0aad75588> in <module>
----> 1 from h2oai_client import Client

ModuleNotFoundError: No module named 'h2oai_client'

【问题讨论】:

    标签: python-3.x jupyter-notebook time-series h2o driverless-ai


    【解决方案1】:

    您可以在 Windows 10 专业版/企业版/教育版上安装它。你可以关注this doc

    h2oai_client 是 Python 客户端。您需要按照上述说明在服务器上托管 Driverless AI,然后您可以安装 client。然后您可以使用 Python 客户端连接到它。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-05-12
      • 2022-01-02
      • 2012-08-17
      • 1970-01-01
      • 1970-01-01
      • 2012-08-24
      • 2020-06-06
      相关资源
      最近更新 更多