Can't load systemmonitor in 0.40.0

Hi,

I’m having an issue loading a plugin that was working before switching over to v 0.40.0 and that is the systemmonitor. I’m getting this error when trying to boot homeassistant in a python virtualenv on Ubuntu:

17-03-12 17:47:54 ERROR (MainThread) [homeassistant.setup] Not initializing sensor.systemmonitor because could not install dependency psutil==5.1.3
17-03-12 17:47:54 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform sensor.systemmonitor: Could not install all requirements.

Would anyone be able to assist please?

Thanks

Did you already try installing the dependency manually?

~Cheers

hi @PhyberApex

How would I do that?

pip install 'psutil==5.1.3'

From inside your virtuelenv of course…

~Cheers

1 Like

That worked perfectly, thank you. Seems to not want to auto-install.

Other than over 10 seconds for media_player and cast to load, i’m all set. Thanks!

1 Like