Skip to content

DuckDB 1.1 on windows cannot load extension ? #13848

@jgranduel

Description

@jgranduel

What happens?

Installing an extension makes DuckDB REPL stop.
Some extensions being loaded from .duckdbrc, nothing happened at first trial.

> duckdb.exe
v1.1.0 fa5c2fe15f
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D install spatial;
(duckdb terminates)

Is it related to changelog:

"Disable Windows extensions CI until Github actions runners are fixed" by @Mytherin #12479

(I see it just before submitting...)

To Reproduce

Tested with

install spatialite;
install httpfs;
install shellfs;
install prql from community;

with same results.

OS:

Windows-10

DuckDB Version:

1.1.0

DuckDB Client:

duckdb CLI/REPL

Hardware:

No response

Full Name:

jgran

Affiliation:

NA

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?

Yes

Did you include all code required to reproduce the issue?

  • Yes, I have

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

  • Yes, I have

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions