pip install up42-pyconda install -c conda-forge up42-pyWhat Python version does the package require? What Python version does the package require?
The package requires Python ≥ 3.10.
I can't install the SDK with conda I can't install the SDK with conda
If you experience issues with the installation, check Python for geospatial workflows.
Can I turn off the SDK version check? Can I turn off the SDK version check?
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:
import osos.environ["UP42_DISABLE_VERSION_CHECK"] = "True"
pip install up42-py==3.0.0 # The version you want to installimport up42