We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A clear and concise description of what the bug is.
To Reproduce !pip install polars[all] functime -U
!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'
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
!pip install polars[all] functime -U
from functime.feature_extractors import binned_entropy
Probably related.
The text was updated successfully, but these errors were encountered: