<div dir="ltr">Hi all,<br><br>I'm seeing that gdal 3.2.0dev is giving a wrong gdal.VersionInfo() output with OSGeo4W:<br><br>import gdal<br>gdal.VersionInfo()<br>'3000400'<br><br><div>I opened this issue in GDAL mailing list and Even suggested to check if I had intalled the python3-gdal-dev package and, in fact, python3-gdal-dev was not installed. <br></div><div><br></div><div>First question is, should it not be installed by default with gdal-dev?</div><br>After installed the package and run gdal-dev-py3-env to set the appropriate environment, version became correct in OSGeo4W Shell<br><br>gdal.VersionInfo()<br>'3020000'<br><br>However, I was trying it inside QGIS, in Python console, and there the output is still '3000400', both in qgis-rel-dev (3.12.2) and qgis-dev (3.13.0-master), compiled against GDAL 3.2.0dev.<br><br>I tried to change in qgis-rel-dev-g7.bat<br>from<br>call gdal-dev-env.bat<br>to<br>call gdal-dev-py3-env.bat<br><br><div>but without success. It seems that something more needs to be changed. Any hint?</div><div><br></div><div>Thank you very much!</div><div><br></div><div>Best regards,</div><div>Pedro VenĂ¢ncio</div><div><br></div></div>