What happens?
As explained in the documentation, installing and loading an extension should be as simple as:
INSTALL hdf5 FROM community;
LOAD hdf5;
(See: https://duckdb.org/community_extensions/extensions/hdf5.html)
What I am getting is:
HTTP Error:
Failed to download extension "hdf5" at URL "http://community-extensions.duckdb.org/v1.3.2/linux_amd64/hdf5.duckdb_extension.gz" (HTTP 403)
To Reproduce
INSTALL hdf5 FROM community;
OS:
Ubuntu 22.04
DuckDB Version:
1.3.2
DuckDB Client:
DuckDB native console
Hardware:
x64
Full Name:
Rob Marjot
Affiliation:
MMS
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a stable release
Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?