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

No module named 'polars.utils' #253

Open
schemaitat opened this issue Aug 30, 2024 · 1 comment
Open

No module named 'polars.utils' #253

schemaitat opened this issue Aug 30, 2024 · 1 comment

Comments

@schemaitat
Copy link

Describe the bug

When importing functime v0.9.5. with polars v.1.6.0 the "ModuleNotFoundError: No module named 'polars.utils' Error is thrown.

To Reproduce
Steps to reproduce the behavior:

  1. Run uv run --with 'polars==1.6' --with 'functime==0.9.5' issue.py,
    where issue.py contains the following content: 'import functime' and uv 0.3.1.

Expected behavior
No errors are thrown, when executing the above command.

Desktop:

  • OS: Ubuntu 22.04.4 LTS
@EtienneT
Copy link

polars > 1.16 have some major improvements for rolling, this would be really nice to have functime support it.

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

2 participants