RustQuant icon indicating copy to clipboard operation
RustQuant copied to clipboard

Run a simple example error[E0599]

Open flhred opened this issue 1 year ago • 0 comments

Describe the bug

I just init a project and try to run a example:

cargo init
cargo add RustQuant
cargo run --example yahoo_finance

got this error

error[E0599]: no method named raw_table_mut found for struct hashbrown::HashMap in the current scope

--> /home/allen/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polars-core-0.41.3/src/chunked_array/builder/list/categorical.rs

flhred avatar Oct 03 '24 07:10 flhred