label-maker icon indicating copy to clipboard operation
label-maker copied to clipboard

CRITICAL:root:A GDAL API version must be specified.

Open dobedobedo opened this issue 6 years ago • 3 comments

When I try to install label_maker, with the following commanbd: pip install --user label_maker and it stop with the following error:

INFO:root:Building on Windows requires extra options to setup.py to locate needed GDAL files. More information is available in the README.
CRITICAL:root:A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable.

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\o0331\AppData\Local\Temp\pip-install-foil9_5w\rasterio\

I have my GDAL installed in "C:\Program Files\Python36\Lib\site-packages\GDAL-2.2.4.dist-info" Not sure how to specify the path. Tried pip install --user label_maker GDAL_CONFIG="C:\Program Files\Python36\Lib\site-packages\GDAL-2.2.4.dist-info" but it showed me

Invalid requirement: 'GDAL_CONFIG=C:\Program Files\Python36\Lib\site-packages\GDAL-2.2.4.dist-info'
It looks like a path. File 'GDAL_CONFIG=C:\Program Files\Python36\Lib\site-packages\GDAL-2.2.4.dist-info' does not exist.

My OS is Windows 10 version 1803 and use native Python 3.6.6 installation (without conda).

dobedobedo avatar Jul 27 '18 07:07 dobedobedo

Any solution?

robmarkcole avatar Oct 09 '18 09:10 robmarkcole

There might be more help in the rasterio repo for this type of error. Rasterio isn't finding the gdal install/config and can't finish the setup

drewbo avatar Oct 09 '18 13:10 drewbo

There might be more help in the rasterio repo for this type of error. Rasterio isn't finding the gdal install/config and can't finish the setup

I encountered the same issue, can u tell me whether it fixed or there is any solutions? Thx @drewbo

Twenty3hree avatar Aug 15 '19 14:08 Twenty3hree