404 Error on Raspberry Pi 3B

Hi All,

I have been trying to install hass in python virtual environment.
After following the install guide listed here → Installation - Home Assistant

When trying to run this, i get a 404 error.
Read through the following link, but cant seem to find what the solution is?

Output from the log after starting.

sudo journalctl -f -u home-assistant@homeassistant|grep -i 'error'
Nov 20 12:39:40 raspberrypi hass[338]: 2019-11-20 12:39:40 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
Nov 20 12:39:40 raspberrypi hass[338]: 2019-11-20 12:39:40 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
Nov 20 12:39:40 raspberrypi hass[338]: 2019-11-20 12:39:40 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
Nov 20 12:39:40 raspberrypi hass[338]: 2019-11-20 12:39:40 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
Nov 20 12:39:40 raspberrypi hass[338]: 2019-11-20 12:39:40 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: config, frontend, history, logbook, map, mobile_app
Nov 20 12:39:40 raspberrypi hass[338]: 2019-11-20 12:39:40 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: Could not set up all dependencies.
Nov 20 12:59:23 raspberrypi hass[338]: OSError: [Errno 22] Invalid argument```

OS details 
pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux

pi@raspberrypi:/srv/homeassistant $ hass --version
0.101.3

Yes, it’s a known bug - see here

32-bit version worked for me.