I am trying to install GDAL in virtual environment based on the various solutions out there.
However the download itself already fails:
$ pip install
The workaround given by @user1738154 didn't work as expected for me so went ahead and installed GDAL using HomeBrew then using pip into my Virtual environment.
$ brew install gdal (venv)$ pip install GDAL
Everything compiled and ran like a charm.