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

Python 3.12 / duckdb incompatibility prevents installation of teehr #188

Open
jarq6c opened this issue Jun 7, 2024 · 2 comments
Open

Python 3.12 / duckdb incompatibility prevents installation of teehr #188

jarq6c opened this issue Jun 7, 2024 · 2 comments
Assignees

Comments

@jarq6c
Copy link

jarq6c commented Jun 7, 2024

Related to duckdb/duckdb#10566

I ran into this issue when trying to install teehr locally from github. pip/bdist will start trying to build the wheel for duckdb, spin it's wheels for a long time, then finally choke and error out. I assume this will persist until duckdb publishes a release that's compatible with Python 3.12.

You might consider making the python dependency in pyproject.toml more strict.

@mgdenno
Copy link
Contributor

mgdenno commented Jun 7, 2024

Thanks for the report. We have been running/testing on 3.10 and 3.11 and didn't realize that it wouldn't work with 3.12. We will update the dependency accordingly.

@mgdenno
Copy link
Contributor

mgdenno commented Jun 7, 2024

@samlamont lets catch this in the next release.

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