ASP error in WSL

Hello!

I’m trying to make ASP work in WSL/Ubuntu.
Everrything was going fine, for example the command cam2map4stereo.py worked fine, but then when I triedd to run parallel_stereo I got this error:

(isis3) planetas@DESKTOP-SQPQAK8:~/StereoPipeline262/examples/MOC$ parallel_stereo E0201461.map.cub M0100115.map.cub
/home/planetas/StereoPipeline262/libexec/stereo_parse: error while loading shared libraries: libXdamage.so.1: cannot open shared object file: No such file or directory

None
Traceback (most recent call last):
File “/home/planetas/StereoPipeline262/libexec/parallel_stereo”, line 674, in
settings = run_and_parse_output( “stereo_parse”, args, sep, opt.verbose )
File “/home/planetas/StereoPipeline262/libexec/asp_system_utils.py”, line 264, in run_and_parse_output
raise Exception('Failed executing: ’ + " ".join(call))
Exception: Failed executing: /home/planetas/StereoPipeline262/libexec/stereo_parse E0201461.map.cub M0100115.map.cub --corr-seed-mode 1

Any help or idea on how to start solving this would be appreciatted!

Bests
Mauro