Skip to content

Polars 1.26 version makes functime not importing due to missing polars.utils module #258

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
fingoldo opened this issue Apr 4, 2025 · 0 comments

Comments

@fingoldo
Copy link

fingoldo commented Apr 4, 2025

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
!pip install polars[all] functime -U

Requirement already satisfied: functime in /usr/local/lib/python3.11/dist-packages (0.9.5)
Requirement already satisfied: polars[all] in /usr/local/lib/python3.11/dist-packages (1.26.0)

from functime.feature_extractors import binned_entropy


ModuleNotFoundError Traceback (most recent call last)
in <cell line: 0>()
----> 1 from functime.feature_extractors import binned_entropy

1 frames
/usr/local/lib/python3.11/dist-packages/functime/feature_extractors.py in
6 import polars as pl
7 from polars.type_aliases import ClosedInterval
----> 8 from polars.utils.udfs import _get_shared_lib_location
9
10 # from numpy.linalg import lusts

ModuleNotFoundError: No module named 'polars.utils'

Probably related.

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

1 participant