I'm trying to install GDAL using this command:
pip install GDAL==3.0.4
but I'm getting this below:
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:
I'm on Ubuntu 20.04.

