I am trying to install Cartopy on Windows. I have installed all the dependencies from their website, however when I go to run
pip install Cartopy
I get:
Complete output (5 lines):
setup.py:117: UserWarning: Unable to determine GEOS version. Ensure you have 3.7.2 or later installed, or installation may fail.
warnings.warn(
setup.py:166: UserWarning: Unable to determine Proj version. Ensure you have 8.0.0 or later installed, or installation may fail.
warnings.warn(
Proj version 0.0.0 is installed, but cartopy requires at least version 8.0.0
I have ran and succesfully completed
pip install proj
pip install geos