<div dir="ltr">Yep - they should be fine (it is what I do) as long as none of the pip packages install gdal or proj - which may work but may also cause problems.<div><br></div><div>As per the conda docs - you should try to install the conda packages into the env BEFORE the pip packages - so you should probably start with a new clean conda env, add the conda-forge packages and then add the pip packages.<br><br>I have occasionally had some problems between conda packages and GLOBAL pip packages - since I think the later can override the conda environments. You should not install any of your packages globally and only add them to the virtual environment.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 16 Jun 2021 at 16:51, zerovirus123 <<a href="mailto:briansia93@gmail.com" target="_blank">briansia93@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
       So I created a new Conda environment, installed only gdal-3.3.0 from<br>
conda-forge, isolated the code snippet from my project and ran the code. The<br>
code executed without any issues. I then ran the test code in my old<br>
environment and it worked fine, but when I ran the whole project I got the<br>
TransformPoint error. It seems like an issue with my environment rather than<br>
gdal itself.<br>
<br>
      Would it be safe if I install gdal related libraries (fiona,<br>
geopandas, etc...) with conda-forge, and everything else with pip? Some<br>
packages can only be installed with pip...<br>
<br>
Thanks for the help. And by the way Jukka, how would I solve the database<br>
error?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html</a><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>