『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 8884|回复: 6

[求助] 无法安装homeassistant,进不了192.168.x.x:8123

[复制链接]

7

主题

138

帖子

913

积分

高级会员

Rank: 4

积分
913
金钱
775
HASS币
0
发表于 2018-8-18 13:01:56 | 显示全部楼层 |阅读模式
把HASSBIAN烧录进SD卡,插入树莓派通电,试了很多次,就是打不开,今天群里的老哥给了网站,提示如果不能自动安装,可以手动安装homeassistant,按照命令输入后,出现一下提示文字,应该是aiohttp==3.3.2下载超时所致,想请问各位老哥,我这个到底是网络问题,还是什么问题,有没有什么办法可以解决的,小弟不胜感激.

pi@hassbian:~ $ sudo hassbian-config install homeassistant
Home Assistant install script for Hassbian.
Copyright(c) 2017 Fredrik Lindqvist <https://github.com/Landrash>.

Changing to the homeassistant user
Creating Home Assistant venv
Changing to Home Assistant venv
Installing latest version of Home Assistant
Requirement already satisfied: setuptools in /srv/homeassistant/lib/python3.5/site-packages
Collecting wheel
  Downloading https://files.pythonhosted.org/p ... y2.py3-none-any.whl (41kB)
Installing collected packages: wheel
Successfully installed wheel-0.31.1
Collecting homeassistant
  Downloading https://files.pythonhosted.org/p ... .0-py3-none-any.whl (2.8MB)
Collecting aiohttp==3.3.2 (from homeassistant)
  Downloading https://files.pythonhosted.org/p ... iohttp-3.3.2.tar.gz (771kB)
Collecting async-timeout==3.0.0 (from homeassistant)
Exception:
Traceback (most recent call last):
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 350, in _make_request
    self._validate_conn(conn)
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 837, in _validate_conn
    conn.connect()
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connection.py", line 323, in connect
    ssl_context=context)
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/ssl_.py", line 324, in ssl_wrap_socket
    return context.wrap_socket(sock, server_hostname=server_hostname)
  File "/usr/lib/python3.5/ssl.py", line 385, in wrap_socket
    _context=self)
  File "/usr/lib/python3.5/ssl.py", line 760, in __init__
    self.do_handshake()
  File "/usr/lib/python3.5/ssl.py", line 996, in do_handshake
    self._sslobj.do_handshake()
  File "/usr/lib/python3.5/ssl.py", line 641, in do_handshake
    self._sslobj.do_handshake()
socket.timeout: _ssl.c:704: The handshake operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 594, in urlopen
    chunked=chunked)
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 353, in _make_request
    self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 313, in _raise_timeout
    raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='www.piwheels.org', port=443): Read timed out. (read timeout=15)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/commands/install.py", line 353, in run
    wb.build(autobuilding=True)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/wheel.py", line 749, in build
    self.requirement_set.prepare_files(self.finder)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_set.py", line 554, in _prepare_file
    require_hashes
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/req/req_install.py", line 278, in populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 465, in find_requirement
    all_candidates = self.find_all_candidates(req.name)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 423, in find_all_candidates
    for page in self._get_pages(url_locations, project_name):
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 568, in _get_pages
    page = self._get_page(location)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 683, in _get_page
    return HTMLPage.get_page(link, session=self.session)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/index.py", line 792, in get_page
    "Cache-Control": "max-age=600",
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
    return self.request('GET', url, **kwargs)
  File "/srv/homeassistant/lib/python3.5/site-packages/pip/download.py", line 386, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
    resp = self.send(prep, **send_kwargs)
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
    r = adapter.send(request, **kwargs)
  File "/srv/homeassistant/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 47, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File "/srv/homeassistant/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
    timeout=timeout
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
    _stacktrace=sys.exc_info()[2])
  File "/srv/homeassistant/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
    total -= 1
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Deactivating virtualenv
Enabling Home Assistant service
Created symlink /etc/systemd/system/multi-user.target.wants/[email protected] → /etc/systemd/system/[email protected].
Disabling the Home Assistant install script
Removed /etc/systemd/system/multi-user.target.wants/install_homeassistant.service.
Starting Home Assistant
Checking the installation...

Installation failed...

If you have issues with this script, please say something in the #devs_hassbian channel on Discord.

回复

使用道具 举报

7

主题

138

帖子

913

积分

高级会员

Rank: 4

积分
913
金钱
775
HASS币
0
 楼主| 发表于 2018-8-18 14:55:19 | 显示全部楼层
已解决:可能还是网速造成的,翻了以后就可以成功安装了,
回复

使用道具 举报

0

主题

9

帖子

47

积分

新手上路

Rank: 1

积分
47
金钱
38
HASS币
0
发表于 2018-8-21 14:23:41 | 显示全部楼层
请教,我的安装成功了hassbian,也能启动,但是打不开192.168.1.XX:8123
回复

使用道具 举报

7

主题

138

帖子

913

积分

高级会员

Rank: 4

积分
913
金钱
775
HASS币
0
 楼主| 发表于 2018-8-21 15:33:43 | 显示全部楼层
kevin6686 发表于 2018-8-21 14:23
请教,我的安装成功了hassbian,也能启动,但是打不开192.168.1.XX:8123

手动打开服务
sudo systemctl enable install_homeassistant.service
sudo systemctl start install_homeassistant.service
回复

使用道具 举报

0

主题

9

帖子

47

积分

新手上路

Rank: 1

积分
47
金钱
38
HASS币
0
发表于 2018-8-21 22:23:30 | 显示全部楼层
coolbug111 发表于 2018-8-21 15:33
手动打开服务
sudo systemctl enable install_homeassistant.service
sudo systemctl start install_home ...

解决了,感谢
回复

使用道具 举报

0

主题

41

帖子

164

积分

注册会员

Rank: 2

积分
164
金钱
123
HASS币
0
发表于 2018-8-22 22:10:55 | 显示全部楼层
请问下遇到和你一样的问题,必须翻墙吗? 还有其他方法没
回复

使用道具 举报

7

主题

138

帖子

913

积分

高级会员

Rank: 4

积分
913
金钱
775
HASS币
0
 楼主| 发表于 2018-8-22 22:15:35 | 显示全部楼层
yyhtc 发表于 2018-8-22 22:10
请问下遇到和你一样的问题,必须翻墙吗? 还有其他方法没

多尝试几次,直到安装成功
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-4-20 15:58 , Processed in 0.050167 second(s), 28 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表