Jump to content

VitalyS

Forum Members
  • Posts

    4
  • Joined

  • Last visited

Equipment

  • Keenetic
    Keenetic Giga (KN-1011)

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

VitalyS's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Добрый вечер! Как я понимаю, у нас версия Core, то есть раздел Add-ons недоступен. А есть у кого-то инструкция, как на Entware поставить zigbee2mqtt ? Встроенной zha явно недостаточно для работы с Zigbee устройствами
  2. да нет, homeassistant ставится без ошибок. opkg remove homeassistant opkg install homeassistant --force-overwrite не помогает, естественно, те же ошибки Unable to install package zigpy-znp==0.11.4: error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [58 lines of output] Collecting maturin<2.0,>=1.0 Using cached maturin-1.3.1.tar.gz (176 kB) Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: maturin Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Building wheel for maturin (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [35 lines of output] /opt/tmp/pip-build-env-3j49654x/overlay/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:80: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build creating build/lib.linux-mips-cpython-311 creating build/lib.linux-mips-cpython-311/maturin copying maturin/import_hook.py -> build/lib.linux-mips-cpython-311/maturin copying maturin/__init__.py -> build/lib.linux-mips-cpython-311/maturin copying maturin/__main__.py -> build/lib.linux-mips-cpython-311/maturin running egg_info creating maturin.egg-info writing maturin.egg-info/PKG-INFO writing dependency_links to maturin.egg-info/dependency_links.txt writing requirements to maturin.egg-info/requires.txt writing top-level names to maturin.egg-info/top_level.txt writing manifest file 'maturin.egg-info/SOURCES.txt' reading manifest file 'maturin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'src/python_interpreter' writing manifest file 'maturin.egg-info/SOURCES.txt' running build_ext running build_rust error: can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler. To update pip, run: pip install --upgrade pip and then retry package installation. Logger: homeassistant.components.dhcp Source: components/dhcp/__init__.py:474 Integration: DHCP Discovery (documentation, issues) First occurred: 6:38:04 PM (1 occurrences) Last logged: 6:38:04 PM Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter ! В этой теме эти ошибки уже были у форумчан, решения, вроде, никто так и не нашел.
  3. Подскажите плиз с установкой HA на Keenetic Giga Обычно ставлю HA такими командами echo "src/gz ha http://bin.entware.net/mipselsf-k3.4/test/HA" >> /opt/etc/opkg.conf opkg update opkg install libpcap opkg install homeassistant /opt/etc/init.d/S99hass start Остается ошибка с libpcap, несмотря на то, что libpcap установлен Logger: homeassistant.components.dhcp Source: components/dhcp/__init__.py:474 Integration: DHCP Discovery (documentation, issues) First occurred: 3:33:45 PM (1 occurrences) Last logged: 3:33:45 PM Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter ! При попытке установить интеграцию Zigbee, валится с ошибкой Unable to install package zigpy-znp==0.11.4: error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [59 lines of output] Collecting maturin<2.0,>=1.0 Downloading maturin-1.3.1.tar.gz (176 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.0/176.0 kB 58.6 kB/s eta 0:00:00 Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: finished with status 'done' Getting requirements to build wheel: started Getting requirements to build wheel: finished with status 'done' Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: maturin Building wheel for maturin (pyproject.toml): started Building wheel for maturin (pyproject.toml): finished with status 'error' error: subprocess-exited-with-error × Building wheel for maturin (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [35 lines of output] /opt/tmp/pip-build-env-1xc3k21c/overlay/lib/python3.11/site-packages/setuptools/config/_apply_pyprojecttoml.py:80: Setuptools Warning: `install_requires` overwritten in `pyproject.toml` (dependencies) corresp(dist, value, root_dir) running bdist_wheel running build running build_py creating build creating build/lib.linux-mips-cpython-311 creating build/lib.linux-mips-cpython-311/maturin copying maturin/import_hook.py -> build/lib.linux-mips-cpython-311/maturin copying maturin/__init__.py -> build/lib.linux-mips-cpython-311/maturin copying maturin/__main__.py -> build/lib.linux-mips-cpython-311/maturin running egg_info creating maturin.egg-info writing maturin.egg-info/PKG-INFO writing dependency_links to maturin.egg-info/dependency_links.txt writing requirements to maturin.egg-info/requires.txt writing top-level names to maturin.egg-info/top_level.txt writing manifest file 'maturin.egg-info/SOURCES.txt' reading manifest file 'maturin.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.json' under directory 'src/python_interpreter' writing manifest file 'maturin.egg-info/SOURCES.txt' running build_ext running build_rust error: can't find Rust compiler If you are using an outdated pip version, it is possible a preb Что можно предпринять?
×
×
  • Create New...