I have installed h2o package on anaconda python, however, I get the following error on jupyter notebook:
import h2o
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-accdebc0c7de> in <module>
----> 1 import h2o
ModuleNotFoundError: No module named 'h2o'
From the conda list I can see that the installed h2o version is the following:
conda list h2o
#
# Name Version Build Channel
h2o 3.18.0.2 0 anaconda
(Is it normal that the build version is 0 here?)
The python version is 3.7.4.
I also tried the following
conda install -c h2oai h2o
and I get
# All requested packages already installed.
Any ideas why the h2o package isn't working? Thanks for your time!
AMC, regarding the anaconda environments, after running:
conda info --envs
I get:
# conda environments: # base * C:\Users\ncham***\AppData\Local\Continuum\anaconda3
As far as I can see, there is only one environment...