pip install msgraph-sdk gives an error relating to an arithmetic operation inside srchelpers.rs:59:20
error: this arithmetic operation will overflow
--> srchelpers.rs:59:20
|
59 | seconds += ((146_097 - 10957) * SECS_PER_DAY as usize) as isize;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `135140_usize * 86400_usize`, which would overflow
|
= note: `#[deny(arithmetic_overflow)]` on by default
error: could not compile `_pendulum` (lib) due to 1 previous error
💥 maturin failed
Caused by: Failed to build a native library through cargo
ERROR: Failed building wheel for pendulum
ERROR: Could not build wheels for pendulum, which is required to install pyproject.toml-based projects
I cannot locate this Rust package file.