<!DOCTYPE html><html><head><title></title></head><body><div>I got my development environment working after a bit of messing around.</div><div><br></div><div>I read the error message more closely and read about the dependency solver, and investigated the clcache package.  It turns out that clcache has not been updated since February 2020.  As the error message below clearly indicates, clcache-4.2.0 (the most recent release) has a dependency on python version no earlier than 3.10 and no later than 3.11.0a0), and newer pythons are not supported.  By default conda installed (and pinned) python 3.13 which is the the latest stable version, thus the unsatisfied dependency.</div><div><br></div><div>I changed the conda python install command to python=3.10 and the rest of the installation carried off without a hitch.  By the way, skipping the installation of clcache does not completely solve the problem because there were other packages that also needed an older version of python.</div><div><br></div><div>It might help other newbies like me if the documentation in <a href="https://gdal.org/en/stable/development/dev_environment.html">https://gdal.org/en/stable/development/dev_environment.html</a> could be changed to </div><div><br></div><pre style="border-top-width:1px;border-top-style:solid;border-top-color:rgb(204, 204, 204);border-right-width:1px;border-right-style:solid;border-right-color:rgb(204, 204, 204);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgb(204, 204, 204);border-left-width:1px;border-left-style:solid;border-left-color:rgb(204, 204, 204);border-image-outset:0;border-image-repeat:stretch;border-image-slice:100%;border-image-source:none;border-image-width:1;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:rgb(246, 246, 246);background-position-x:0%;background-position-y:0%;background-repeat:repeat;background-attachment:scroll;background-image:none;background-size:auto;background-origin:padding-box;background-clip:border-box;font-family:menlo, consolas, monospace;font-size:90%;margin-top:7px;margin-right:0px;margin-bottom:7px;margin-left:0px;padding-top:7px;padding-right:10px;padding-bottom:7px;padding-left:10px;text-wrap-mode:wrap;white-space-collapse:preserve;overflow-wrap:break-word;">conda install --yes --quiet curl libiconv icu git python=3.10 swig numpy pytest zlib</pre><div><br></div><div>although the law of the web is that even though this advice is right for today it will eventually become incorrect.</div><div><br></div><div>Thanks,</div><div>Tom</div><div><br></div><div>On Fri, Jul 11, 2025, at 11:24 AM, Even Rouault wrote:</div><blockquote type="cite" id="qt" style=""><div>Tom,</div><div><br></div><div>you can drop the clcache dependency if that helps. Otherwise try to </div><div>create a conda env from scratch (if you didn't do that)</div><div><br></div><div>Even</div><div><br></div><div>Le 11/07/2025 à 02:31, Tom Moore via gdal-dev a écrit :</div><div>> Newbie here.  As the title says I am trying to set up a build environment.</div><div>></div><div>> I was trying to follow the instructions from the website: </div><div>> <a href="https://gdal.org/en/stable/development/dev_environment.html">https://gdal.org/en/stable/development/dev_environment.html</a></div><div>></div><div>> I got to the step to install the compiler and got an error about </div><div>> conflicts and the process stopped.  Does anyone have a clue about what </div><div>> is going wrong here??  Output follows:</div><div>></div><div>> ===== start of output</div><div>></div><div>> (gdal) C:\Users\tmoore> conda install --yes -c conda-forge compilers </div><div>> clcache</div><div>> Channels:</div><div>> - conda-forge</div><div>> - defaults</div><div>> Platform: win-64</div><div>> Collecting package metadata (repodata.json): done</div><div>> Solving environment: failed</div><div>></div><div>> LibMambaUnsatisfiableError: Encountered problems while solving:</div><div>>   - nothing provides vc 10.* needed by python-3.4.5-0</div><div>></div><div>> Could not solve for environment specs</div><div>> The following packages are incompatible</div><div>> ├─ clcache =* * is installable with the potential options</div><div>> │  ├─ clcache 4.2.0 would require</div><div>> │  │  └─ python >=3.10,<3.11.0a0 *, which can be installed;</div><div>> │  ├─ clcache [4.1.0|4.2.0] would require</div><div>> │  │  └─ python >=3.8,<3.9.0a0 *, which can be installed;</div><div>> │  ├─ clcache [4.1.0|4.2.0] would require</div><div>> │  │  └─ python >=3.9,<3.10.0a0 *, which can be installed;</div><div>> │  ├─ clcache 3.3.0 would require</div><div>> │  │  └─ python =3.4 * but there are no viable options</div><div>> │  │     ├─ python 3.4.5 would require</div><div>> │  │     │  └─ vc =10 *, which does not exist (perhaps a missing channel);</div><div>> │  │     └─ python 3.4.5 would require</div><div>> │  │        └─ vs2010_runtime =* *, which does not exist (perhaps a </div><div>> missing channel);</div><div>> │  ├─ clcache [3.3.0|4.0.0|4.1.0] would require</div><div>> │  │  └─ python [=3.5 *|>=3.5,<3.6.0a0 *], which can be installed;</div><div>> │  ├─ clcache [4.0.0|4.1.0] would require</div><div>> │  │  └─ python =3.6 *, which can be installed;</div><div>> │  ├─ clcache [4.1.0|4.2.0] would require</div><div>> │  │  └─ python >=3.6,<3.7.0a0 *, which can be installed;</div><div>> │  └─ clcache 4.1.0 would require</div><div>> │     └─ python >=3.7,<3.8.0a0 *, which can be installed;</div><div>> └─ pin on python 3.13.* =* * is not installable because it requires</div><div>>    └─ python =3.13 *, which conflicts with any installable versions </div><div>> previously reported.</div><div>></div><div>> Pins seem to be involved in the conflict. Currently pinned specs:</div><div>> - python=3.13</div><div>></div><div>> ==== end of output</div><div>></div><div>> Thanks, Tom</div><div>></div><div>></div><div>></div><div>> _______________________________________________</div><div>> gdal-dev mailing list</div><div>> <a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a></div><div>> <a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a></div><div><br></div><div>-- </div><div><a href="http://www.spatialys.com">http://www.spatialys.com</a></div><div>My software is free, but my time generally not.</div><div><br></div><div><br></div></blockquote><div><br></div></body></html>