Re: [gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Paul Harwood
I think the official source for all platform is Conda - and that certainly work and gets gdal 3.2.2 on ubuntu for me. conda install -c conda-forge gdal if you don't have conda - you can install miniconda from here https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html On Th

Re: [gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Adzorv1
Hey, Yup, tried both sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update and sudo -E add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update Hi, Did you try the following? sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update

Re: [gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Thomas Gratier
Hi, Did you try the following? sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo apt-get update Not sure what you tried Regards Thomas Le jeu. 18 mars 2021 à 17:05, Adzorv1 a écrit : > Thanks for the reply, > > Unfortunately when i try to add ubutugis, i always get the same me

Re: [gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Adzorv1
Thanks for the reply, Unfortunately when i try to add ubutugis, i always get the same message: Cannot add PPA: 'ppa:~ubuntugis/ubuntu/ubuntugis-unstable'. ERROR: '~ubuntugis' user or team does not exist. i've searched online for solutions such as adding '-E' to the command line, but it hasn't w

Re: [gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Angelos Tzotsos
Hi, Recent GDAL release is available in UbuntuGIS unstable ppa: https://launchpad.net/~ubuntugis/+archive/ubuntu/ubuntugis-unstable On 3/18/21 2:48 PM, Adzorv1 wrote: For some time i have been trying to install the latest version of GDAL or anything above 3.1.0 on my ubuntu 20.04 system, unfort

Re: [gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Thomas Gratier
Hi, First, be sure to "pip3 install -U pip" to get latest pip as got some issues with wheels build because was using outdated pip. In https://pypi.org/project/GDAL/, there is a mention that gdal python bindings have dependencies e.g * libgdal (3.2.2 or greater) and header files (gdal-devel) * nu

[gdal-dev] Installing the latest GDAL version on ubuntu 20.04

2021-03-18 Thread Adzorv1
For some time i have been trying to install the latest version of GDAL or anything above 3.1.0 on my ubuntu 20.04 system, unfortunately the version that keeps being installed is 3.0.4 which is outdated for the uses we need. I have followed several online guides but keep hitting the same issue. if