Not able to open the home-assistant page for the first time after hassbian installation

I installed the hassbian as per the instruction. After installation I am not able to open page as mentioned IP Address:8123

1 Like

Since about 1800 GMT yesterday there was a release of a package that we depend on that made new installations with a old version of pip not function.

It should be fixed by now.

Hi there,
Yesterday I tried the Hassbian for the first time on a RPI3 (ethernet connected and with internet, since I could ping 8.8.8.8) but could not open the http://ip:8123 webpage afterwards.
After further digging, I have found this on the pip.log at /home/homeassistant/.pip/

  Downloading/unpacking homeassistant
  Getting page https://pypi.python.org/simple/homeassistant/
  Could not fetch URL https://pypi.python.org/simple/homeassistant/: connection error: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  Will skip URL https://pypi.python.org/simple/homeassistant/ when looking for download links for homeassistant
  Getting page https://pypi.python.org/simple/
  Could not fetch URL https://pypi.python.org/simple/: connection error: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  Will skip URL https://pypi.python.org/simple/ when looking for download links for homeassistant
  Cannot fetch index base URL https://pypi.python.org/simple/
  URLs to search for versions for homeassistant:
  * https://pypi.python.org/simple/homeassistant/
  Getting page https://pypi.python.org/simple/homeassistant/
  Could not fetch URL https://pypi.python.org/simple/homeassistant/: connection error: ('Connection aborted.', gaierror(-2, 'Name or service not known'))
  Will skip URL https://pypi.python.org/simple/homeassistant/ when looking for download links for homeassistant
  Could not find any downloads that satisfy the requirement homeassistant
Cleaning up...
No distributions at all found for homeassistant
Exception information:
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/srv/homeassistant/lib/python3.4/site-packages/pip/commands/install.py", line 290, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/srv/homeassistant/lib/python3.4/site-packages/pip/req.py", line 1178, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/srv/homeassistant/lib/python3.4/site-packages/pip/index.py", line 277, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
pip.exceptions.DistributionNotFound: No distributions at all found for homeassistant

I have now downloaded the hassbian image again and retried but got the same results. Also tried to use raspbian, but it fails at this point:
(homeassistant) homeassistant@raspberrypi:/srv/homeassistant $ pip3 install homeassistant
Saying that it cannot connect to an http pip url

Is there anything wrong I am doing ?

That’s a strange one. Can you install packages from pip on your desktop/laptop?

I did try installing it on my ubuntu machine and it worked. But neither the Hassbian or raspbian on the Rpi3 worked.
Only way i got it working right now on the Rpi3, was by using the AIO installation option on top of hassbian image.

Is there anything I can do to figure out why the hassbian image fails to install homeassistant ?

did you connected the raspberrry to the internet when booting the pi into first time