gpt4 book ai didi

Linux 上的 rgeos 包安装错误 [R]

转载 作者:IT王子 更新时间:2023-10-29 00:11:56 30 4
gpt4 key购买 nike

我正在尝试在 Linux 上安装包 rgeos。我收到以下错误:

system("sudo apt-get update")
system("sudo apt install libgdal-dev -y")
install.packages("rgeos")
collect2: error: ld returned 1 exit status
configure: Install failure: compilation and/or linkage problems.
configure: error: initGEOS_r not found in libgeos_c.
ERROR: configuration failed for package ‘rgeos’

我已经安装了 dev libgdal,如果我尝试再次运行 sudo,它会返回“已安装”信息。

我该如何解决这个问题?提前致谢!

最佳答案

这是一个错误,您可以使用它来安装较低的稳定版本。

install.packages("devtools")
library(devtools)
install_version("rgeos", version = "0.3-28")

在这段代码之后一切都应该没问题。

关于Linux 上的 rgeos 包安装错误 [R],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52922060/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com