Skip to content

Unable to install h3 extension in R #1152

@rafapereirabr

Description

@rafapereirabr

I'm unable to install the h3 community extension and I couldn't figure out the reason. See my code and error message below. Any idea what's causing the problem?

library(duckdb)

con <- duckdb::dbConnect(duckdb::duckdb())

dbExecute(con, "INSTALL h3 FROM community;")

Error in duckdb_result():
! rapi_execute: Failed to run query
Error: HTTP Error: Failed to download extension "h3" at URL "http://community-extensions.duckdb.org/v1.2.1/windows_amd64_mingw/h3.duckdb_extension.gz" (HTTP 403)

Candidate extensions: "s3", "http", "https", "httpfs", "motherduck"
For more info, visit https://duckdb.org/docs/extensions/troubleshooting/?version=v1.2.1&platform=windows_amd64_mingw&extension=h3
Run rlang::last_trace() to see where the error occurred.

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