Hi,
im trying to install this on RPI2 but the pi is not getting a IP address from DHCP before running the install script
Where can i find the script so i can run it manually once pi has a IP address ?
Thanks look forward to getting this installed
this is in my pip.log if it helps
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