New install - Hue Bridge and other Issues

I have had to install Home Assistant again as my SD card got corrupted with a power cut. I have setup everything using the latest Raspbian and the VENV install as i normally do. Downloaded the latest build and copied over my config files but i am getting the following errors:

Unknown error connecting with Hue bridge at 192.168.1.8
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/hue/config_flow.py", line 190, in async_step_import
    self.hass, host, username
  File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/hue/bridge.py", line 126, in get_bridge
    bridge = aiohue.Bridge(
AttributeError: module 'aiohue' has no attribute 'Bridge'

Also if i run sudo systemctl status [email protected] -l i get the below:

Apr 15 20:52:24 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:52:24 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:52:24 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:52:24 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:52:24 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:53:25 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:53:25 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:53:25 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:53:25 homepi hass[2998]: /bin/sh: 1: python3.4: not found
Apr 15 20:53:25 homepi hass[2998]: /bin/sh: 1: python3.4: not found

Currently my lights are showing as unknown. Here is my bridge code from my config.yaml

hue:
  bridges:
    - host: 192.168.1.8
      allow_hue_groups: false
      allow_unreachable: true
1 Like