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
As discussed in giampaolo/psutil#2250, bpytop needs a couple more hasattr checks to avoid warnings on NetBSD.
In the bug report at least the following two were identified:
AttributeError: module 'psutil' has no attribute 'cpu_freq'
30/04/23 (16:50:52) | ERROR: Data collection thread failed with exception: invalid attr name 'cpu_num'
The text was updated successfully, but these errors were encountered:
As discussed in giampaolo/psutil#2250, bpytop needs a couple more
hasattr
checks to avoid warnings on NetBSD.In the bug report at least the following two were identified:
The text was updated successfully, but these errors were encountered: