linux 安装cartopy

11 篇文章 1 订阅

在 Linux 上, 安装 Cartopy,不能直接pip安装,需要先安装依赖。
直接安装

pip install Cartopy

报错:

cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  lib/cartopy/trace.cpp:665:10: fatal error: geos_c.h: 没有那个文件或目录
    665 | #include "geos_c.h"
        |          ^~~~~~~~~~
  compilation terminated.
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for cartopy
  Running setup.py clean for cartopy
Failed to build cartopy
Installing collected packages: cartopy
    Running setup.py install for cartopy ... error
    ERROR: Command errored out with exit status 1:
     command: /root/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-hppk_pgs/cartopy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-hppk_pgs/cartopy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-g9uua1p1/install-record.txt --single-version-externally-managed --compile --install-headers /root/anaconda3/include/python3.8/cartopy
         cwd: /tmp/pip-install-hppk_pgs/cartopy/

原因:
Cartopy依赖GEOSPROJ.4,安装如下:

apt-get install libgeos-dev
apt-get install libgeos++-dev
apt-get install proj-bin
apt-get install libproj-dev

安装Cartopy:

pip3 install Cartopy
  • 5
    点赞
  • 9
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值