Hi, I’m not familiar with the CLI and inner workings of the Home Assistant and I appreciate any help I can get.
My CPU is being locked at 100% by a process within the python3 (According to Glances) and I can’t figure out how and where to install the py-spy to help me identify which process is the culprit.
I’m running Hassio installed on the Virtualbox on Win 10 machine. I’m able to login using “root” into the Home Assistant CLI, and I can also type “login” to get access to the Host.
I’ve tried:
pip install py-spy
but that gives me
/bin/ash: pip: not found
Where do I go from here?