You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: