Installation
Install from PyPI (recommended)
pip install h2o-text-2-everything
PyPI hosts the package, which includes all SDK dependencies. Use a virtual environment to keep dependencies isolated, for example:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install h2o-text-2-everything
Install from a local wheel (optional)
If you are testing a pre-release build, install the wheel artifact instead:
pip install dist/h2o_text_2_everything-<version>-py3-none-any.whl
note
Replace <version> with the filename of the wheel you want to test.
Troubleshooting
Python version errors
If you encounter version-related errors, verify that Python 3.9 or higher is installed:
python --version
Proxy configuration
If you are behind a proxy, configure the HTTP_PROXY and HTTPS_PROXY environment variables before installation:
export HTTP_PROXY="http://proxy.example.com:8080"
export HTTPS_PROXY="https://proxy.example.com:8080"
pip install h2o-text-2-everything
Check for updates
To verify you have the latest version, check the Releases page or PyPI.
Feedback
- Submit and view feedback for this page
- Send feedback about Text 2 Everything Python Documentation to cloud-feedback@h2o.ai