When I run QGIS the log messages panel shows something like this:
problem with SAGA installation: SAGA version non supported (found 7.4.0 required 3.2.). But in a ubuntu shell the command "saga_cmd" returns SAGA Version 2.3.1.
I removed and reinstalled SAGA but the problem is the same and isn't possible to use SAGA. Any idea?
Asked
Active
Viewed 182 times
1
Kadir Şahbaz
- 76,800
- 56
- 247
- 389
Federico Pav
- 21
- 3
sudo nano /var/lib/flatpak/app/org.qgis.qgis/x86_64/stable/e91e50d2655800d4ad1fa98ec7a827703eaffb214a8820521239e8ceb9d8f7f8/files/share/qgis/python/plugins/processing/algs/saga/SagaAlgorithmProvider.py:
then I changed the REQUIRED VERSION from 2.3. to 7.4.0
– Federico Pav Jan 31 '20 at 22:15