jdeath / Hubspace-Homeassistant

Hubspace Integration for Home Assistant
MIT License
187 stars 35 forks source link

New HAOS versions do not have python module 'requests' installed any longer #72

Closed thehack904 closed 4 months ago

thehack904 commented 6 months ago

I just ran across this today when installing your module in HACS. The error you will receive when testing is: modulenotfounderror: no module named 'requests'

The fix is to get into a terminal session or ssh and run: python3 -m pip install requests