AzulGarza / covidmx

Python API to get information about COVID-19 in México.
MIT License
19 stars 7 forks source link

Fails when installing in windows #13

Open Carlos1916 opened 4 years ago

Carlos1916 commented 4 years ago

I was trying to update the last release to date version 0.3.0 and I got this error when installing:

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.

isccarrasco commented 4 years ago

Are you using Anaconda?, if so, maybe you could try this https://stackoverflow.com/a/54734864.