简体   繁体   中英

installing H2O.ai Python driver matching server's version?

I'm trying to install 3.14.0.1 to match the server's version.

PyPi has a limited set listed at:

https://pypi.python.org/pypi/h2o

The documentation only offers a (current?) install command using a wheel

http://h2o-release.s3.amazonaws.com/h2o/rel-wolpert/1/index.html

pip install http://h2o-release.s3.amazonaws.com/h2o/rel-wolpert/1/Python/h2o-3.18.0.1-py2.py3-none-any.whl

but there doesn't seem to be a list of previous versions ...

For reference, I found Anaconda packages listed at (but doesn't have version I was looking for):

https://anaconda.org/h2oai/h2o/files

and Github project doesn't publish wheels directly:

https://github.com/h2oai/h2o-3/releases

The easiest way to find the download artifacts for a specific H2O version xyzw is to just do a google search of "h2o xyzw".

Another trick is, if you have that version already running, you can go to the H2O Flow Web UI and find the documentation button. Clicking that will take you to the online docs for that specific release. You can tweak that URL so that it matches the form below:

You can also install the wheel from it's location on your machine using the terminal:

( pip install h2o-3.14.0.1-py2.py3-none-any.whl)

The file can be located in your H2O installation folder at this path:

h2o-3.14.0.1/python/h2o-3.14.0.1-py2.py3-none-any.whl

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM