Snap2stamps error in splitting_master_multi_IW

Hi all, I have a problem when I run “python topsar_step_1_splitting_master_multi_IW.py -F project.conf” I get this error.

Has anyone had this problem?

I have SNAP v9.0, SNAP2STAMPS v2 and Python 3.12 on Anaconda.

The following images are project_topsar.conf configuration and job output.



The error means that the geopandas package is not installed in your Python environment.
You can try to install it by opening a terminal and running the following command: pip install geopandas

Hello pignogi18, thank you for your answer, do you think I should introduce DEM in the EXTDEM section?

for what I see the snap2stamps environment was not activated (I hope you installed it).

You shall activate the conda environment (after installing it ) and try again