My HASS says it has an update available, but it won't update

I setup HASS through the AIO installer on my RPi3, and when 0.20.2 came out, I tried updating, and it appeared to update, but now it says 0.20.3 is available, but won’t update. Is there a way to fix this?

Pics: http://imgur.com/a/XmnfT

Thanks.

I had this happen to me once and I just waited until later in the day and ran it again, then it updated fine. Not sure of the cause though.

Be sure you are activating the virtual environment before you do the upgrade - check out the upgrade instructions on the AIO page.

Thanks, I did have to follow those instructions.

Installed mine in Jan 2016 using the one step installer and also had a problem when following update instructions directories were wrong so this is what worked for me in case it helps any one. Worked for me without problem!

sudo su -s /bin/bash homeassistant
source /srv/homeassistant/homeassistant_venv/bin/activate
pip3 install --upgrade homeassistant