... and if you have the conda-forge GDAL I think you have already fixed the
proj.db problem since you now have the latest version of proj.db.

On Wed, 16 Jun 2021 at 17:01, Paul Harwood <rune...@gmail.com> wrote:

> 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.
>
> 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.
>
> 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.
>
> On Wed, 16 Jun 2021 at 16:51, zerovirus123 <briansi...@gmail.com> wrote:
>
>> Hi all,
>>
>>        So I created a new Conda environment, installed only gdal-3.3.0
>> from
>> conda-forge, isolated the code snippet from my project and ran the code.
>> The
>> code executed without any issues. I then ran the test code in my old
>> environment and it worked fine, but when I ran the whole project I got the
>> TransformPoint error. It seems like an issue with my environment rather
>> than
>> gdal itself.
>>
>>       Would it be safe if I install gdal related libraries (fiona,
>> geopandas, etc...) with conda-forge, and everything else with pip? Some
>> packages can only be installed with pip...
>>
>> Thanks for the help. And by the way Jukka, how would I solve the database
>> error?
>>
>>
>>
>> --
>> Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html
>> _______________________________________________
>> gdal-dev mailing list
>> gdal-dev@lists.osgeo.org
>> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>>
>
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to