ITADN

v.1.4.4 fails to install spatial extension

#2026ClosedStefanoMezzini 创建于 2026-02-02
S
StefanoMezzinicommented
Attempting to use spatial objects with `{duckdb}` v.1.4.4 was resulting in the error ``` Error in `duckdb_result()`: ! Invalid Error: HTTP Error: Failed to download extension "spatial" at URL "http://extensions.duckdb.org/123e15dc2d/osx_arm64/spatial.duckdb_extension.gz" (HTTP 404) Extension "spatial" is an existing extension. ``` The same error occurs with the CRAN version of the package. The URL listed in the error does indeed result in a 404, likely because the version it is trying to find is a nightly version. Reverting to v.1.4.3 with ``` remotes::install_github("duckdb/duckdb-r@v1.4.3") ``` resolved the issue.
关闭于 2026-02-15 3 条评论