asitop
asitop copied to clipboard
Error while trying to run on Air m1
same problem here, Monterey 12.5, m1 Mac mini
I solved this. My os install python2.7, so pip install asitop will fail, because asitop may not support 2.7. So I remove it, and install it using pip3, sudo asitop works.