8000 Bug Report: ducklake_init missing in extension (DuckDB v1.3.0) · Issue #40 · duckdb/ducklake · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bug Report: ducklake_init missing in extension (DuckDB v1.3.0) #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sashapodgoreanu opened this issue May 27, 2025 · 4 comments
Closed

Comments

@sashapodgoreanu
Copy link

Summary

When attempting to install and attach the ducklake extension in DuckDB v1.3.0, the following error occurs:

IO Error: Extension 'ducklake' did not contain the expected entrypoint function 'ducklake_init'

Reproduction

-- DuckDB v1.3.0
INSTALL ducklake;
ATTACH 'ducklake:metadata.ducklake' AS my_ducklake (DATA_PATH 'data_files');

Environment

DuckDB Version: v1.3.0 (Ossivalis) 71c5c07cdd
Extension: ducklake (installed via INSTALL ducklake)
Platform: Windows

@keen85
Copy link
keen85 commented May 27, 2025

same for me (also Windows + v1.3.0 (Ossivalis) 71c5c07cdd)

@Mytherin
Copy link
Contributor

Thanks - I can confirm the issue. We will have a fix out shortly.

@Mytherin
Copy link
Contributor

This should be fixed now - you can download the new version using FORCE INSTALL ducklake

@keen85
Copy link
keen85 commented May 27, 2025

thanks, works fine now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0