You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried installing with pip install polars-st and received the message:
Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/
Is it possible to remove this requirement?
I have installed other Polars extensions before (like Polars DS for instance) with no problems, but maybe its not possible here.
The text was updated successfully, but these errors were encountered:
I'm also stuck with this requirement.
I installed Rust and other tools to compile the source code for windows but building doesn't work now.
Is it possible to prepare windows build wheel?
Tried installing with
pip install polars-st
and received the message:Is it possible to remove this requirement?
I have installed other Polars extensions before (like Polars DS for instance) with no problems, but maybe its not possible here.
The text was updated successfully, but these errors were encountered: