0

I'm trying to install GDAL using this command:

pip install GDAL==3.0.4

but I'm getting this below:

enter image description here

I'm using pip install GDAL==3.0.4 instead of pip install GDAL (that would install the current latest version 3.6.2) because looks like I have installed the version 3.0.4 of libgdal-dev:

enter image description here

I'm on Ubuntu 20.04.

tirenweb
  • 30,963
  • 73
  • 183
  • 303
  • what version do you get when you run `gdalinfo --version`? – Val Feb 13 '23 at 13:00
  • @val GDAL 3.0.4, released 2020/01/28 – tirenweb Feb 13 '23 at 14:25
  • Maybe it's related to [this](https://stackoverflow.com/questions/69123406/error-building-pygdal-unknown-distribution-option-use-2to3-fixers-and-use-2)? Otherwise, I'd really recommend using `conda`/`mamba` to install packages with complex dependencies like `gdal` – Val Feb 13 '23 at 18:01

0 Answers0