Installation#
The Kumo Python SDK is available for Python 3.8 onwards, and has a lightweight, minimal set of dependencies. It can be installed in any environment with a supported Python version. Installation steps are identical for a SaaS, Databricks, or Snowflake edition of the Kumo platform.
You can install the SDK with pip
, as follows:
pip install kumoai --extra-index-url=https://sdk-pkg.kumoai.cloud --force-reinstall
Installation of this package requires both pip and git; please ensure that these dependencies are present before proceeding.
You can verify that installation was successful by running the following command in a terminal:
python -c "import kumoai; print(kumoai.__version__)"
>>> 0.1.1
or by importing the kumoai
package in Python:
import kumoai as kumo
If you run into any issues with package installation, please share the error message and any environment information with your Kumo POC.