Skip to content

v.1.4.4 fails to install spatial extension #2026

@StefanoMezzini

Description

@StefanoMezzini

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions