isaacbrodsky / h3-duckdb

Bindings for H3 to DuckDB
Apache License 2.0
159 stars 8 forks source link

v1.1.1 pre-built binaries ready? #131

Closed marklit closed 3 hours ago

marklit commented 3 hours ago

I'm running v1.1.1 af39bd0dcf on Ubuntu for Windows.

$ ~/duckdb_111/duckdb
INSTALL h3 FROM community;
HTTP Error: Failed to download extension "h3" at URL "http://community-extensions.duckdb.org/v1.1.1/linux_amd64_gcc4/h3.duckdb_extension.gz" (HTTP 403)

Candidate extensions: "s3", "http", "https", "httpfs", "motherduck"
carlopi commented 3 hours ago

Community extension are being build at this moment.

We have a plan in place to improve this and build also community extensions in advance, but as of today it's a process kicked off after release is tagged, and a few hours for all extensions to be there.

carlopi commented 3 hours ago

h3 is out!

marklit commented 3 hours ago

Great, got it installed here. Thank you.