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

polars 0.20.10 not compatible with connectorx on python 3.12 #14729

Open
2 tasks done
Sage0614 opened this issue Feb 27, 2024 · 0 comments
Open
2 tasks done

polars 0.20.10 not compatible with connectorx on python 3.12 #14729

Sage0614 opened this issue Feb 27, 2024 · 0 comments
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars

Comments

@Sage0614
Copy link

Checks

  • I have checked that this issue has not already been reported.
  • I have confirmed this bug exists on the latest version of Polars.

Reproducible example

Not a code error.
on Python 3.12:
pip install polars[connectorx]

Log output

No response

Issue description

the latest connectorx build on pypi for python 3.12 is 0.2.3
polars 0.20.10 requires connectorx >=0.3.2
therefore that lastest version compatible on python 3.12 is polars 0.19.12
unfortunately connectorx seems not to be actively maintained, the released date for whl 0.3.2 on python 3.12 is indefinate.

Expected behavior

either polars distribute it's own connectorx build for python 3.12,
or polars rely on an oldder version of connectorx

Installed versions

Replace this line with the output of pl.show_versions(). Leave the backticks in place.
@Sage0614 Sage0614 added bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer python Related to Python Polars
Projects
None yet
Development

No branches or pull requests

1 participant