I am trying to install h2o driverless ai and so far I am unable to find any way. I am using jupyter notebook and I am unable to import h2oai_client.
My python version :
pip 20.0.2 from C:\Users\user\miniconda3\lib\site-packages\pip (python 3.7)
When i try to import h2oai_client, it says not found
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-afa0aad75588> in <module>
----> 1 from h2oai_client import Client
ModuleNotFoundError: No module named 'h2oai_client'