Skip to content

Not able install quack extension #5

Description

@kesavkolla

What happens?

select * from duckdb_extensions() where extension_name ='quack';
┌────────────────┬─────────┬───────────┬──────────────┬───────────────────────────────────────────┬───────────┬───────────────────┬───────────────┬────────────────┬────────────────┐
│ extension_name │ loaded │ installed │ install_path │ description │ aliases │ extension_version │ install_mode │ installed_from │ pinned_version │
│ varchar │ boolean │ boolean │ varchar │ varchar │ varchar[] │ varchar │ varchar │ varchar │ varchar │
├────────────────┼─────────┼───────────┼──────────────┼───────────────────────────────────────────┼───────────┼───────────────────┼───────────────┼────────────────┼────────────────┤
│ quack │ false │ false │ │ The DuckDB 'Quack' Client/Server Protocol │ [] │ │ NOT_INSTALLED │ │ │
└────────────────┴─────────┴───────────┴──────────────┴───────────────────────────────────────────┴───────────┴───────────────────┴───────────────┴────────────────┴────────────────┘

When I try to install

memory H install quack;
HTTP Error:
Failed to download extension "quack" at URL "http://haybarn-extensions.query.farm/core/v1.5.5/linux_amd64/quack.duckdb_extension.gz" (HTTP 404)
Extension "quack" is an existing extension.

For more info, visit https://duckdb.org/docs/stable/extensions/troubleshooting?version=v1.5.5&platform=linux_amd64&extension=quack

To Reproduce

quack 1.5.5 linux

OS:

Linux

DuckDB Version:

1.5.5

DuckDB Client:

cli

Hardware:

No response

Full Name:

Kesav Kolla

Affiliation:

Self

Did you include all relevant configuration (e.g., CPU architecture, Linux distribution) to reproduce the issue?

  • Yes, I have

Did you include all code required to reproduce the issue?

  • Yes, I have

Did you include all relevant data sets for reproducing the issue?

Yes

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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