Skip to content

h2o import fails #18

@jarekszymczak

Description

@jarekszymczak

Hi guys,

I have just pulled recent image of kaggle/python from docker repo, and I face the following problem when trying to import h2o:

In [1]: import h2o
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-707498249ab8> in <module>()
----> 1 import h2o

/opt/conda/lib/python3.4/site-packages/h2o/__init__.py in <module>()
    398 __version__ = "3.6.0.8"
    399 from h2o import *
--> 400 from model import *
    401 from demo import *
    402 from h2o_logging import *

ImportError: No module named 'model'

I have checked and same issue is on kaggle scripts, when running it on kaggle website

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions