I tried doing "conda install -c conda-forge cartopy
in an anaconda prompt, but that does not do anything even though it says done.
In my command prompt, I try pip install cartopy
and the message I will put below keeps popping up. I have downloaded one of the cartopy extension packages on uci.edu as well, but that does not seem to work. Also, I have wheel package installed and as far as I have seen all of the dependencies as well, but I could be wrong. Any suggestions would help, thank you.
Error message:
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
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.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.