-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels