Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Sean Gillies
Hi Stefan, On Mon, Sep 30, 2019 at 6:03 AM Stefan Blumentrath < stefan.blumentr...@nina.no> wrote: > Hi Even, > > And thanks for your swift reply. > > If I install Python bindings like: > pip3 install gdal==2.4.2 > installation works fine. > > However, if I then install nansat: > pip3 install nan

Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Even Rouault
On lundi 30 septembre 2019 12:02:55 CEST Stefan Blumentrath wrote: > Hi Even, > > And thanks for your swift reply. > > If I install Python bindings like: > pip3 install gdal==2.4.2 > installation works fine. > > However, if I then install nansat: > pip3 install nansat > then pip3 tries to re-ins

Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Stefan Blumentrath
Rouault Sent: mandag 30. september 2019 12:35 To: gdal-dev@lists.osgeo.org Cc: Stefan Blumentrath Subject: Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora On lundi 30 septembre 2019 08:19:41 CEST Stefan Blumentrath wrote: > Hi gdal-devs, > > GDAL on PyPi is already at version 3, while e.g. Ubu

Re: [gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Even Rouault
On lundi 30 septembre 2019 08:19:41 CEST Stefan Blumentrath wrote: > Hi gdal-devs, > > GDAL on PyPi is already at version 3, while e.g. Ubuntu and Fedora still > ship GDAL 2. Thus, downstream Python packages that do not particularly > specify to depend on GDAL <3 fail to build via pip3, cause pip3

[gdal-dev] Packages on PyPi vs. Ubuntu/Fedora

2019-09-30 Thread Stefan Blumentrath
Hi gdal-devs, GDAL on PyPi is already at version 3, while e.g. Ubuntu and Fedora still ship GDAL 2. Thus, downstream Python packages that do not particularly specify to depend on GDAL <3 fail to build via pip3, cause pip3 tires to install Python bindings for GDAL 3, which is missing on the syst