Installation

Install the SDK package.


Installation with pip or conda

Pip
pip install up42-py
Conda
conda install -c conda-forge up42-py

Troubleshooting

The package requires Python ≥ 3.10.

If you experience issues with the installation, check Python for geospatial workflows.

Yes, you can turn off the version check by setting the UP42_DISABLE_VERSION_CHECK environment variable to the "True" string before importing the library, for example:

Python
import os
os.environ["UP42_DISABLE_VERSION_CHECK"] = "True"
pip install up42-py==3.0.0 # The version you want to install
import up42