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
Unfortunately now I am facing another error, maybe that's also because of the different OS versions...
Here is a traceback:
Traceback (most recent call last):
File "/opt/homebrew/bin/asitop", line 8, in <module>
sys.exit(main())
File "/opt/homebrew/lib/python3.9/site-packages/asitop/asitop.py", line 71, in main
soc_info_dict = get_soc_info()
File "/opt/homebrew/lib/python3.9/site-packages/asitop/utils.py", line 136, in get_soc_info
"e_core_count": core_counts_dict["hw.perflevel1.logicalcpu"],
KeyError: 'hw.perflevel1.logicalcpu'
core_counts_dict calls get_core_counts()
and it calls sysctl -a | grep hw.perflevel
which returns nothing on BigSur at least
Yeah probably due to OS difference. That’s used to check for the number of E core and P core. I can just catch the error and disable the check I guess.
Hello again,
Thanks for merging the fix with powermetrics.
Unfortunately now I am facing another error, maybe that's also because of the different OS versions...
Here is a traceback:
core_counts_dict calls get_core_counts()
and it calls
sysctl -a | grep hw.perflevel
which returns nothing on BigSur at least
Here is the output that I could get:
The text was updated successfully, but these errors were encountered: