Jump to content

iN1KEL

Forum Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by iN1KEL

  1. 1 час назад, slava.trifonov сказал:

    А это, оказывается, не Supervised версия? Или я неправильно установил?

    Это core.

     

    Крайняя версия рогом уперлась, встала только начисто, после сноса папки HA. На другом серве пожалуй не рискну обновляться)

  2. 7 часов назад, TheBB сказал:

    bump to 2023.3.4 (aarch64||mipsel) (прим. - отключить "zram")

     

    Снёс старый через remove,

    Opkg update

    opkg upgrade.

    opkg list-installed | grep -E '^(home|python|scapy)' | cut -f1 -d' ' | xargs opkg remove --force-depends
    rm -rf /opt/lib/python3.10

    *получается более-менее чистая установка?*

    opkg install homeassistant

    Получаю:


    2023-03-16 22:02:53.902 ERROR (MainThread) [homeassistant.setup] Error during setup of component frontend
    Traceback (most recent call last):
      File "/opt/lib/python3.10/site-packages/homeassistant/setup.py", line 256, in _async_setup_component
      File "/opt/lib/python3.10/site-packages/homeassistant/components/frontend/__init__.py", line 342, in async_setup
      File "/opt/lib/python3.10/site-packages/homeassistant/components/frontend/__init__.py", line 317, in _frontend_root
    ModuleNotFoundError: No module named 'hass_frontend'

  3. В 01.02.2023 в 13:50, TheBB сказал:

    bump to 2023.1.7 (aarch64||mipsel) (прим. - отключить "zram")

    screen_2023-02-01_13:37:21-ha.png

     

    Что-то не ставятся модули… Перебирает версии и все равно потом ошибка. Что бы это могло быть?

    • Unable to install package huawei-lte-api==1.6.11: ERROR: Command errored out with exit status 1: command: /opt/bin/python3 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/tmp/pip-install-13ey2_i2/huawei-lte-api_f4f53370431e4df2a1473450b18fa8db/setup.py'"'"'; __file__='"'"'/opt/tmp/pip-install-13ey2_i2/huawei-lte-api_f4f53370431e4df2a1473450b18fa8db/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /opt/tmp/pip-pip-egg-info-e7kbof8p cwd: /opt/tmp/pip-install-13ey2_i2/huawei-lte-api_f4f53370431e4df2a1473450b18fa8db/ Complete output (10 lines): /opt/lib/python3.10/site-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'install_requires' /opt/lib/python3.10/site-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'tests_require' /opt/lib/python3.10/site-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'test_suite' /opt/lib/python3.10/site-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'python_requires' usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'egg_info' ---------------------------------------- WARNING: Discarding https://files.pythonhosted.org/packages/d7/58/c473fbeabe8d70e2302de2caef6766f83ab0e9265f645285f340631137d4/huawei-lte-api-1.6.11.tar.gz#sha256=b96498670a79c05ab1a1825df9bcd5bc19aef906193688e7274eda15a71674f3 (from https://pypi.org/simple/huawei-lte-api/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement huawei-lte-api==1.6.11 (from versions: 1.0.8, 1.0.9, 1.0.10, 1.0.11, 1.0.12, 1.0.13, 1.0.15, 1.0.16, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.4.7, 1.4.9, 1.4.10, 1.4.11, 1.4.12, 1.4.14, 1.4.15, 1.4.16, 1.4.17, 1.4.18, 1.5.0, 1.5.1, 1.5.2, 1.5.4, 1.6.0, 1.6.1, 1.6.3, 1.6.4, 1.6.7, 1.6.8, 1.6.9, 1.6.10, 1.6.11) ERROR: No matching distribution found for huawei-lte-api==1.6.11 WARNING: You are using pip version 22.2.2; however, version 23.0 is available. You should consider upgrading via the '/opt/bin/python3 -m pip install --upgrade pip' command.
  4. В 06.11.2022 в 18:05, TheBB сказал:

    bump to 2022.11.1 (aarch64||mipsel) (прим. - отключить "zram")

     

     

    На двух серверах столкнулся с проблемой c ssdp. Чем можно полечить?

    Цитата

     

    2022-11-10 20:16:01.455 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of default_config. Setup failed for dependencies: ssdp
    2022-11-10 20:16:01.474 ERROR (MainThread) [homeassistant.setup] Setup failed for default_config: (DependencyError(...), 'Could not setup dependencies: ssdp')

     

    Апд. Вылечил:

    pip install async-upnp-client==0.32.0

  5. Подскажите, а собсна как? Ставить homeassistant, потом откатывать pip и только потом /opt/etc/init.d/S99hass start?

    404 вместо страницы homeassistant притомила. Ставил месяц назад на один кинетик - как-то обошёл, теперь на второй ставлю - опять оно. Предполагаю что-то недовстает. Сейчас подумает пару часов и перезапущено с —debug.

×
×
  • Create New...