Please help to install HASS Version: 0.101.1 on macOS High Sierra

Followed the instructions on https://www.home-assistant.io/docs/installation/macos/ 457 and those did not really work for me.

## Installing HASS on macOS High Sierra
> brew install autoconf automake libtool

## Python 3.7.4, pip 19.3.1 installed
> pip3 install virtualenv
> pip3 install netdisco==2.0.0
> pip3 install netifaces

> cd ~/
> python3 -m venv homeassistant
> source homeassistant/bin/ activate
> pip3 install homeassistant

## start the application
> ~/homeassistant/bin/hass

After the start I see error messages:

2019-11-01 09:48:14 ERROR (MainThread) [homeassistant.setup] Error during setup of component lovelace
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Error during setup of component config
ModuleNotFoundError: No module named 'hass_frontend'
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: lovelace
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2019-11-01 09:48:15 ERROR (MainThread) [homeassistant.setup] Setup failed for map: Could not set up all dependencies.
2019-11-01 09:48:50 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component
2019-11-01 09:48:50 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component
2019-11-01 09:48:50 ERROR (MainThread) [homeassistant.setup] Setup failed for mobile_app: Unable to import component

and in the browser I get the message: 404: Not Found

Do I have to install docker or is there a way to use home assistant in the virtual environment?

Strange, when i use the version 0.100.3 i can start and can use the Homeassistant application

pip3 install --upgrade homeassistant~=0.100.3

Only the “Unknown Hue linking error occurred” is allready present.

2019-11-01 11:39:15 ERROR (MainThread) [homeassistant.components.hue] Unknown Hue linking error occurred
Traceback (most recent call last):
  File "/Users/petsie1612/homeassistant/lib/python3.7/site-packages/homeassistant/components/hue/bridge.py", line 169, in get_bridge
    await bridge.create_user(f"home-assistant#{hass.config.location_name}")
 ....

How can I fix this?

I’d suggest checking out the standard documentation for Alternative installs (assuming you don’t want to use any of the Recommended methods.)

I had the exact same set of symptoms (MainThread errors, 404 not found, No moudle names ‘hass_frontend’), but on different env - Ubuntu 18 (different env).

In my case - it was [probably] permissions issue (runningsudo hass did the trick).

The hass_frontend problem is know and already fixed, but I don’t think the fix is in 101.3: