I am trying to install/upgrade GDAL 2.2.4. But every time i try to install or upgrade to version GDAL 2.2.4 i get an error message. I have completely uninstalled and reinstalled anaconda (64bit) (with python 2.7).
Using the conda
command to install in command line (i.e. conda install gdal)
works fine. However, it only installs to GDAL 2.2.2. I need the newest version for its capacity to handle BigTIFF formats. When I use pip to install (i.e. pip install gdal
) I get this massive error [i took a screen shot because i dont know how to copy from cmd]:
How do I overcome this error and install GDAL 2.2.4 ?
Gdal 2.2.4 is available through anaconda with conda-forge.
Try the following
conda install -c conda-forge gdal