-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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
Runrlang::last_trace()
to see where the error occurred.
Metadata
Metadata
Assignees
Labels
No labels