GuillaumeGomez / sysinfo

Cross-platform library to fetch system information
MIT License
1.9k stars 287 forks source link

No temperature output for Mac M3 Pro #1293

Closed comfortablynick closed 1 week ago

comfortablynick commented 2 weeks ago

Describe the bug The simple example output shows no output for the temperature subcommand.

To Reproduce cargo run --example simple > temperature

There was a previous pull request to get temperature info on Mac M1 which should work here, so I'm not really sure what's going on.

EDIT: Bottom does show temperatures.

GuillaumeGomez commented 2 weeks ago

What version are you using, which version is bottom using?

comfortablynick commented 2 weeks ago

Sorry I didn't post that info; I downloaded the repo from HEAD last night and attempted to run the example. bottom has sysinfo = "=0.30.12" listed in Cargo.toml.

GuillaumeGomez commented 2 weeks ago

That's because of https://github.com/GuillaumeGomez/sysinfo/pull/1285. Until someone steps up and fixes https://github.com/GuillaumeGomez/sysinfo/issues/1279, it'll remain this way unfortunately. (I don't have a mac M* so I can't work on it).

GuillaumeGomez commented 1 week ago

Should be fixed now.