centreborelli / s2p

Satellite Stereo Pipeline
GNU Affero General Public License v3.0
190 stars 67 forks source link

'make test' got an error #144

Closed limiao766 closed 11 months ago

limiao766 commented 11 months ago

FAILED tests/end2end_test.py::test_mosaic - FileNotFoundError: [Errno 2] No such file or directory: 'gdal_translate' FAILED tests/rpc_utils_test.py::test_roi_process[False-/home/lph/s2p/tests/data/expected_output/pair/dsm.tif-True-expected2] - AssertionError: ============ 2 failed, 31 passed, 5 warnings in 197.86s (0:03:17) ============= make: *** [makefile:19:test] 错误 1

carlodef commented 11 months ago

No such file or directory: 'gdal_translate'

This means that GDAL binaries are not available on your machine. You probably need to install them with something like

apt install gdal-bin