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

Support for DuckDB 1.1.0 #1828

Closed
cmcnicoll opened this issue Sep 17, 2024 · 1 comment · Fixed by #1854
Closed

Support for DuckDB 1.1.0 #1828

cmcnicoll opened this issue Sep 17, 2024 · 1 comment · Fixed by #1854
Assignees

Comments

@cmcnicoll
Copy link

Feature description

Support for installing the latest versions of dlt and DuckDB.

Current error:

0.178 uv pip install --system -r requirements.txt
2.551   × No solution found when resolving dependencies:
2.551   ╰─▶ Because dlt[duckdb]==1.0.0 depends on duckdb>=0.6.1,<0.11 and
2.551       you require dlt[duckdb]==1.0.0, we can conclude that you require
2.551       duckdb>=0.6.1,<0.11.
2.551       And because you require duckdb==1.1.0, we can conclude that your
2.551       requirements are unsatisfiable.

Are you a dlt user?

Yes, I'm already a dlt user.

Use case

I want to install the latest versions of dlt, DuckDB, dbt-core, and dbt-duckdb.

Proposed solution

No response

Related issues

I found this discussion:
https://dlthub-community.slack.com/archives/C04DQA7JJN6/p1718957863295209

@rudolfix
Copy link
Collaborator

@cmcnicoll right! btw. if you force new duckdb to be installed, it will work just fine. we'll use open ended dependency from now since duckdb got stable storage format

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

Successfully merging a pull request may close this issue.

2 participants