Installation¶
Install via pip or conda. The package requires Python version >3.6, Python 3.10 is not yet supported.
pip install up42-py
conda install -c conda-forge up42-py
Update an existing installation to the newest version via:
pip install up42-py --upgrade
conda update -c conda-forge up42-py
Installation issues
If you are using Windows we recommend the installation via conda. If you still experience issues, please follow guide 1 or guide 2 to set up your Python environment with Anaconda for working with geospatial libraries.
To test the successful installation, import it in Python:
import up42
Optional: Install Jupyter Lab
The UP42 Python SDK is even more comfortable to use in a Jupyter notebook! To install and start Jupyter Lab:
pip install jupyterlab
jupyter lab
Success!
Continue with the Authentication chapter!