Skip to main content
To install the Galtea Python SDK, use the following command:
For more information, visit the Galtea PyPI page.

Requirements

Ensure you have the following prerequisites:
  • Python 3.9 or higher
  • pip (Python package installer)

Setting Up Your Environment

  1. Create a Virtual Environment (optional but recommended):
  1. Install the SDK:
  1. Verify Installation — initialize the client to confirm the SDK is working:

Upgrading the SDK

To upgrade to the latest version of the Galtea SDK, use the following command:
Upgrading from 4.x to 5.0.0 changes names your code uses. galtea.tests becomes galtea.datasets, and galtea.traces now means one input and one output rather than one step inside it. Read Dataset, Trace, and Span Renames before you upgrade: some old calls keep running against a different entity instead of failing.

Troubleshooting

If you encounter any issues during installation, contact our support team at support@galtea.ai.