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==1.3.2 --force-reinstall
Installation of this package requires pip; please ensure that it is 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__)"
>>> 1.3.2
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.