Skip to content

Some GDAL Functions not working via QGIS interface 3.4.14 Win10 #33386

@mattenvsys

Description

@mattenvsys

Hi, certain GDAL tools are not working via QGIS Desktop 3.4.14 on Windows 10

For instance, GDAL Polygonise and GDAL Merge do not work

I receive the errors:

C:\PROGRA~1\QGIS3~1.4\bin\python3.exe: No module named gdal_merge
C:\PROGRA~1\QGIS3~1.4\bin\python3.exe: No module named gdal_polygonize

It is effecting all PCs in the office running this version and is reproducible on all raster datasets we have attempted to run.

  • Click Raster on the top tool bar
  • Select Conversion
  • Click Polygonise (Raster to Vector)
  • Set the parameters
  • Click run

Tool fails instantly

Believe it is something to do with the way QGIS is trying to call/run the command. Here's the initial part of the console call QGIS creates:

python3 -m gdal_polygonize 

Other GDAL tools, susch as GDAL Raster Calculator, work with no issues. Here is and example of the console call for calc:

gdal_calc --calc

QGIS and OS versions

QGIS version 3.4.14-Madeira
QGIS code revision
QGIS code revision
Compiled against Qt 5.11.2
Running against Qt 5.11.2
Compiled against GDAL/OGR 2.4.3
Running against GDAL/OGR 2.4.3
Compiled against GEOS 3.8.0-CAPI-1.13.1
Running against GEOS 3.8.0-CAPI-1.13.1
PostgreSQL Client Version 11.5
SpatiaLite Version 4.3.0
QWT Version 6.1.3
QScintilla2 Version 2.10.8
Compiled against PROJ 5.2.0
Running against PROJ Rel. 5.2.0, September 15th, 2018
Windows 10 Pro

Metadata

Metadata

Assignees

Labels

BugEither a bug report, or a bug fix. Let's hope for the latter!High PriorityProcessingRelating to QGIS Processing framework or individual Processing algorithmsRegressionSomething which used to work, but doesn't anymore

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions