Skip to content
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

Solve Metadata mismatch #15

Open
freddie-freeloader opened this issue May 10, 2024 · 0 comments
Open

Solve Metadata mismatch #15

freddie-freeloader opened this issue May 10, 2024 · 0 comments

Comments

@freddie-freeloader
Copy link
Contributor

freddie-freeloader commented May 10, 2024

D install './duckdb-extension-test/build/release/extension/sheetreader/sheetreader.duckdb_extension';
D load sheetreader;
Invalid Input Error: Extension "/home/jonas/.duckdb/extensions/v0.10.2/linux_amd64_gcc4/sheetreader.duckdb_extension" do not have metadata compatible with DuckDB loading it (version v0.10.2, platform linux_amd64_gcc4)

We need to solve this, to install our extension from Python.

duckdb/extension-template#70

Atm, we use a workaround:

truncate -s -256 sheetreader.duckdb_extension
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

1 participant