我正在尝试在 Windows 上安装 Cartopy。我已经从他们的网站安装了所有依赖项,但是当我去运行时
pip install Cartopy
Run Code Online (Sandbox Code Playgroud)
我得到:
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
Run Code Online (Sandbox Code Playgroud)
我已经跑了并且成功完成了
pip install proj
pip install geos
Run Code Online (Sandbox Code Playgroud)