Spent a long time messing with this today. Must be compiled with Python 3.11 or lower, reproduced @bytefoundry's error, which seems to stem from an outdated "time" dependency which breaks in >=Rust 1.80.
1:50.28 error[E0282]: type annotations needed for `Box<_>`
1:50.28 --> /usr/src/debug/firefox-kde-opensuse/firefox-127.0/third_party/rust/time/src/format_description/parse/mod.rs:83:9
1:50.28 |
1:50.28 83 | let items = format_items
1:50.29 | ^^^^^
1:50.29 ...
1:50.29 86 | Ok(items.into())
1:50.29 | ---- type must be known at this point
1:50.29 |
1:50.29 = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`
Pinned Comments
Thaodan commented on 2021-04-20 17:40 (UTC) (edited on 2021-04-21 22:45 (UTC) by Thaodan)
If you have issues with this package visit gitlab and read the readme first.