Frequently Asked Questions

Installation troubleshootings

Depending on pip version, installation problems can happen with packages dependencies installation order. Install and upgrade pip and numpy if demcompare installation crashes:

python3 -m pip install --upgrade pip
python3 -m pip install --upgrade numpy

Note

Be careful: Rasterio has its own embedded version of GDAL. Please use rasterio no-binary version in Makefile install if you want to use a GDAL local version:

python3 -m pip install --no-binary rasterio rasterio