pip3 GDAL install failed on Command “python setup.py egg_info” failed with error code 1
问题 I have a requirements.txt with python3 package that is used to deploy a webapp that uses GDAL. When I try to install the requirements.txt using pip3 install -r requirements.txt , it fails on per the below error. I'm on Centos 7. I've tried (all in sudo su -) pip3 install --global-option=build_ext --global-option="-I/usr/include/gdal" GDAL==2.2.4 pip3 install --upgrade setuptools pip3 download GDAL yum install gdal-devel gcc pip3 install GDAL ERROR: Collecting GDAL Using cached https://files