Skip to content

Error installing python 3.12 due to DuckDB dependency #13

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

Open
austeane opened this issue Jun 3, 2024 · 2 comments
Open

Error installing python 3.12 due to DuckDB dependency #13

austeane opened this issue Jun 3, 2024 · 2 comments

Comments

@austeane
Copy link

austeane commented Jun 3, 2024

When I pip install pgwarehouse in Python 12, it fails to install because it requires DuckDB < .8

ERROR: Could not build wheels for duckdb, which is required to install pyproject.toml-based projects
Which is fixed in newer versions of DuckDB.

I also don't need DuckDB for my use-case, which is to go from Postgres to Snowflake.
Would it be possible to upgrade the DuckDB dependency, or allow me to selectively install the warehouse libraries used?

@scottpersinger
Copy link
Collaborator

Ok, I just merged #12 so hopefully that will work. It bumps to Duckdb 0.10.2. There's more work to separate the dependencies by backend. Let me know. I also published a package upgrade to version 0.1.5.

@alexandredufour
Copy link
Contributor

DuckDb seems to be compatible with python 3.12 (duckdb/duckdb#10144)
This PR was merge on January 5h and release in 0.10.0 (https://github.com/duckdb/duckdb/releases/tag/v0.10.0)

Tested and working like a charm

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