Skip to main content
This example runs inside a Conda environment. The environment can be automatically configured using the conda_env_py3.yml file found in the Python UDF API repository.
  1. In the same directory you cloned the API, change directory into the root folder of the Python UDF API repository:
  2. Create the Conda environment, replacing <environment name> with the desired name:
    It may take a few minutes to create the environment.
  3. Verify the environment was created properly:
  4. Activate the new environment:
  5. Install PyGDF:
  6. Install the Kinetica Python API:
  7. Add the Python UDF API repo’s root directory to the PYTHONPATH:
  8. Edit the util/test_environment.py script for the correct database url, user, and password for your Kinetica instance: