pigcais 发表于 2019-5-10 17:22:22

一路操作下来,提示。。。
root@aml:~# sudo systemctl enable [email protected]
Failed to enable unit: File [email protected]: Invalid argument

sunny1314 发表于 2019-5-14 13:11:58

想买一个N1玩玩 感受一下

爱上三叶草 发表于 2019-5-21 17:00:16

请教楼主,买网上刷好破解好可看电视的版本是否可以不用降级?

gifter 发表于 2019-5-31 13:43:16

慢慢学,有点多。。。

jimmy200811 发表于 2019-6-1 18:39:41

网址输入反馈决绝访问和404: Not Found,请大神帮我看看日志内容

2019-06-01 01:30:58 ERROR (MainThread) Unable to find component tts.google_translate
2019-06-01 01:30:58 ERROR (MainThread) Unable to find component default_config
2019-06-01 01:30:58 ERROR (MainThread) Setup failed for default_config: Component not found.
2019-06-01 01:30:58 ERROR (MainThread) Error during setup of component discovery
Traceback (most recent call last):
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/setup.py", line 143, in _async_setup_component
    hass, processed_config)
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/discovery.py", line 110, in async_setup
    from netdisco.discovery import NetworkDiscovery
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/netdisco/discovery.py", line 6, in <module>
    from .ssdp import SSDP
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/netdisco/ssdp.py", line 11, in <module>
    from netdisco.util import etree_to_dict, interface_addresses
File "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/netdisco/util.py", line 4, in <module>
    import netifaces
ModuleNotFoundError: No module named 'netifaces'
2019-06-01 01:30:59 WARNING (MainThread) You have been advised to set http.api_password.

shell_amway 发表于 2019-6-2 11:20:02

慢慢学,跟着大佬的教程一步一步来

goldstep 发表于 2019-7-9 17:44:20

1、hassio 想降级,有没有办法啊,我安装了一个dokcer容器,和图形管理界面,


通常我认为将这里的两个容器删除了,重新拉取镜像就可以了,不知这样操作能行否?

2、frpc客户端讲解的挺详细, 对于服务端配置是不是也介绍一下,我是直接下载的frpc和frps文件到对应的n1文件夹下,

现在问题是不知道怎么让它们两个随着各自的服务器n1系统启动而自行启动!




nicelxm 发表于 2019-8-8 19:10:31

mark一下

riyue0000 发表于 2019-8-9 14:27:01

大神,下面的报错如何解决啊谷歌百度都没搜到 N1环境
Installing collected packages: zipp, importlib-metadata, voluptuous, voluptuous-serialize, immutables, contextvars, pytz, astral, MarkupSafe, jinja2, text-unidecode, python-slugify, ruamel.yaml, PyJWT, asn1crypto, pycparser, cffi, cryptography, bcrypt, pyyaml, homeassistant
Running setup.py install for voluptuous-serialize ... done
Running setup.py install for immutables ... error
    Complete output from command /srv/homeassistant/homeassistant_venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-op41axc5/immutables/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-p7nxd7jq-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/homeassistant_venv/include/site/python3.6/immutables:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-aarch64-3.6
    creating build/lib.linux-aarch64-3.6/immutables
    copying immutables/map.py -> build/lib.linux-aarch64-3.6/immutables
    copying immutables/__init__.py -> build/lib.linux-aarch64-3.6/immutables
    running egg_info
    writing immutables.egg-info/PKG-INFO
    writing dependency_links to immutables.egg-info/dependency_links.txt
    writing top-level names to immutables.egg-info/top_level.txt
    reading manifest file 'immutables.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    writing manifest file 'immutables.egg-info/SOURCES.txt'
    copying immutables/_map.c -> build/lib.linux-aarch64-3.6/immutables
    copying immutables/_map.h -> build/lib.linux-aarch64-3.6/immutables
    running build_ext
    building 'immutables._map' extension
    creating build/temp.linux-aarch64-3.6
    creating build/temp.linux-aarch64-3.6/immutables
    aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/srv/homeassistant/homeassistant_venv/include -I/usr/include/python3.6m -c immutables/_map.c -o build/temp.linux-aarch64-3.6/immutables/_map.o -O2 -std=c99 -fsigned-char -Wall -Wsign-compare -Wconversion
    In file included from immutables/_map.c:2:0:
    immutables/_map.h:5:10: fatal error: Python.h: No such file or directory
   #include "Python.h"
            ^~~~~~~~~~
    compilation terminated.
    error: command 'aarch64-linux-gnu-gcc' failed with exit status 1

    ----------------------------------------
Command "/srv/homeassistant/homeassistant_venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-op41axc5/immutables/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-p7nxd7jq-record/install-record.txt --single-version-externally-managed --compile --install-headers /srv/homeassistant/homeassistant_venv/include/site/python3.6/immutables" failed with error code 1 in /tmp/pip-build-op41axc5/immutables/

风雨 发表于 2020-2-20 16:37:58

感谢大神分享,翰思彼岸有你更精彩
页: 7 8 9 10 11 12 13 14 15 16 [17] 18
查看完整版本: 【暗度陈仓】如何在斐讯N1上安装homeassistant