-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
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/[email protected]")
resolved the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels