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

Rust Polars v0.41.2 build fails #17195

Closed
2 tasks done
TaoVonQi opened this issue Jun 25, 2024 · 0 comments · Fixed by #17206
Closed
2 tasks done

Rust Polars v0.41.2 build fails #17195

TaoVonQi opened this issue Jun 25, 2024 · 0 comments · Fixed by #17206
Labels
bug Something isn't working needs triage Awaiting prioritization by a maintainer rust Related to Rust Polars

Comments

@TaoVonQi
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

cargo build

Log output

error[E0432]: unresolved import `regex`
  --> .cargo/registry/src/index.crates.io-6f17d22bba15001f/polars-plan-0.41.2/src/dsl/function_expr/strings.rs:11:5
   |
11 | use regex::{escape, Regex};
   |     ^^^^^ use of undeclared crate or module `regex`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `polars-plan` (lib) due to 1 previous error

Issue description

Build Polars v0.41.2 without the regex feature

Expected behavior

Builds successfully.

Installed versions

polars = { version = "0.41", features = ["abs", "propagate_nans", "rank", "dynamic_group_by", "performant",
"ndarray" ,"lazy", "dtype-time", "dtype-datetime", "parquet", "strings"] }

@TaoVonQi TaoVonQi added bug Something isn't working needs triage Awaiting prioritization by a maintainer rust Related to Rust Polars labels Jun 25, 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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant