conda create -n test conda activate test conda install gdal -c conda-forge > python -c "from osgeo import gdal; print(gdal.VersionInfo(''))" GDAL 3.5.3, released 2022/10/21 GGDRriedel commented Jan 3, 2023 I recently experience this in my conda environment as well after updating QG...