[QGIS-Developer] qgis_process-qgis-rel-dev System Error - Missing gdal302 and proj_7_2 dlls

Pedro VenĂ¢ncio pedrongvenancio at gmail.com
Sun Aug 9 16:33:25 PDT 2020


Hi all,

I'm trying to set up qgis_process on a Windows machine with QGIS 3.14.1
installed with OSGeo4W (qgis-rel-dev 3.14.1-14).

When I do qgis_process-qgis-rel-dev in the OSGeo4W Shell, I get several
System Errors, about missing gdal302.dll and proj_7_2.dll.

qgis_process-qgis-rel-dev.bat is present and has:

@echo off
call "%~dp0\o4w_env.bat"
call qt5_env.bat
call py3_env.bat
@echo off
path %OSGEO4W_ROOT%\apps\qgis-rel-dev\bin;%PATH%
set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/qgis-rel-dev
set GDAL_FILENAME_IS_UTF8=YES
rem Set VSI cache to be used as buffer, see #6448
set VSI_CACHE=TRUE
set VSI_CACHE_SIZE=1000000
set
QT_PLUGIN_PATH=%OSGEO4W_ROOT%\apps\qgis-rel-dev\qtplugins;%OSGEO4W_ROOT%\apps\qt5\plugins
set PYTHONPATH=%OSGEO4W_ROOT%\apps\qgis-rel-dev\python;%PYTHONPATH%
"%OSGEO4W_ROOT%\apps\qgis-rel-dev\bin\qgis_process.exe" %*

So, can it be missing paths to:
%OSGEO4W_ROOT% \apps\proj-dev\bin\proj_7_2.dll
%OSGEO4W_ROOT% \apps\gdal-dev\bin\gdal302.dll
?

Thanks!

Best regards,
Pedro VenĂ¢ncio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20200810/5b63c430/attachment.html>


More information about the QGIS-Developer mailing list