Sorry if this is a repeat question, But I am new to Python and trying to install Geopandas in Pycharm. My python version is 3.7.2.
- I have tried the conventional way of installing library in pycharm through project interpretor.
- I have also tried
pip install geopandas
Both show same error.
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. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output
Please provide steps to follow wrt Pycharm if possible.