pip install up42-pyconda install -c conda-forge up42-pyThe 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:
import osos.environ["UP42_DISABLE_VERSION_CHECK"] = "True"
pip install up42-py==3.0.0 # The version you want to installimport up42