<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
## Expected behavior and actual behavior.
<div><br>
</div>
<div>I installed gdal on a Windows environment using anaconda and tried using one of the .py scripts (e.g., ogrmerge.py). I expected the script to make use of the gdal installed in such an environment, but it seems that the script finds another gdal installation
 (screenshot below), thus throwing an error. My question seems to be related to the one in https://stackoverflow.com/questions/69328298/cannot-run-a-py-which-requires-a-gdal-module-in-anaconda-prompt-nor-in-command, apparently unsolved. I was wondering what
 is the correct approach to make sure gdal scripts find the correct gdal?</div>
<div><br>
</div>
<div>## Steps to reproduce the problem.</div>
<div>create a conda environment:</div>
<div>conda create -n test1 gdal</div>
<div>activate the environment</div>
<div>conda activate test1</div>
<div>call a gdal .py script</div>
<div>ogrmerge.py</div>
<div><br>
</div>
<div>In my case, that throws an error apparently because the script uses another gdal installation:</div>
<div><img style="width: initial; height: initial; max-width: 100%;" class="w-1158 h-548" size="54185" contenttype="image/png" data-outlook-trace="F:1|T:1" src="cid:a82a3c37-9996-48fb-b90e-9267e1e33f1d"><br>
</div>
<div><br>
</div>
<div>## Operating system</div>
<div><br>
</div>
<div>Windows 10 Pro - 20H2 version </div>
<div><br>
</div>
<div>## GDAL version and provenance</div>
<div><br>
</div>
<div>GDAL==3.0.2 </div>
<div>GDAL==3.4.0</div>
<div><br>
</div>
<div>Thank you!</div>
Rafael<br>
</div>
</body>
</html>