Jump to content

Recommended Posts

1 час назад, previewthenew сказал:

Ошибка была сразу после установки чистой версии.

Ну-у-у, не правда же! Как минимум интеграции ставили руками, а не из морды НА.

Накатил пакеты по списку и... опаньки, приехали. Переустановил поверх, зачистил руками и... всё в норме.

diff пакетов/версий

Скрытый текст
~ # 
~ # diff -uraN py-list.txt py-my-list.txt 
--- py-list.txt	2022-01-17 11:21:59.468000000 +0300
+++ py-my-list.txt	2022-01-17 13:32:06.828000000 +0300
@@ -7,7 +7,7 @@
 aiohue==3.0.11
 aiosignal==1.2.0
 android-backup==0.2.0
-anyio==3.5.0
+anyio==3.4.0
 appdirs==1.4.4
 astral==2.2
 async-timeout==4.0.0
@@ -18,14 +18,14 @@
 awesomeversion==21.11.0
 base36==0.1.1
 bcrypt==3.1.7
-boto3==1.20.37
-botocore==1.23.37
+boto3==1.16.3
+botocore==1.19.3
 btlewrap==0.1.0
 cachetools==3.1.1
 certifi==2021.10.8
 cffi==1.15.0
 chardet==4.0.0
-charset-normalizer==2.0.10
+charset-normalizer==2.0.4
 ciso8601==2.2.0
 click==8.0.3
 commentjson==0.9.0
@@ -39,13 +39,14 @@
 distlib==0.3.4
 dnspython==2.1.0
 docutils==0.14
-ecdsa==0.17.0
+ecdsa==0.16.0
 emoji==1.5.0
-envs==1.4
+envs==1.3
 ffmpeg==1.4
 filelock==3.4.2
 fnvhash==0.1.0
 frozenlist==1.2.0
+funkify==0.1.0
 future==0.18.2
 google-api-core==1.31.2
 google-auth==2.3.3
@@ -62,19 +63,19 @@
 hass-nabucasa==0.51.0
 home-assistant-frontend==20211229.1
 homeassistant==2021.12.9
-httpcore==0.14.4
+httpcore==0.14.0
 httplib2==0.19.0
 httpx==0.21.0
 idna==3.3
 ifaddr==0.1.7
 immutables==0.14
 Jinja2==3.0.3
-jmespath==0.10.0
+jmespath==0.9.3
 josepy==1.9.0
 lark-parser==0.7.8
 libcst==0.3.23
 MarkupSafe==2.0.1
-multidict==5.2.0
+multidict==4.5.2
 mutagen==1.45.1
 mypy-extensions==0.4.3
 netifaces==0.11.0
@@ -84,7 +85,6 @@
 pandas==1.3.0
 Pillow==8.4.0
 pip==21.2.3
-platformdirs==2.4.1
 ply==3.11
 proto-plus==1.19.8
 protobuf==3.19.3
@@ -121,21 +121,22 @@
 requests==2.26.0
 requests-toolbelt==0.9.1
 requires==0.4.1
-rfc3986==1.5.0
+rfc3986==1.4.0
 rsa==4.6
-s3transfer==0.5.0
+s3transfer==0.3.3
 scapy==2.4.5
-setuptools==60.5.0
+setuptools==57.4.0
 six==1.16.0
 sniffio==1.2.0
 snitun==0.30.0
-SQLAlchemy==1.4.29
+speedtest-cli==2.1.3
+SQLAlchemy==1.4.27
 terminaltables==3.1.0
 text-unidecode==1.3
 tqdm==4.62.3
-typing_extensions==4.0.1
+typing-extensions==3.10.0.0
 typing-inspect==0.7.1
-urllib3==1.26.8
+urllib3==1.26.5
 virtualenv==20.13.0
 voluptuous==0.12.2
 voluptuous-serialize==2.5.0
@@ -145,3 +146,4 @@
 wheel==0.37.1
 xmltodict==0.12.0
 yarl==1.6.3
+zeroconf==0.38.1
~ # 

 

лог

Скрытый текст
~ # 
~ # date
Mon Jan 17 13:37:51 MSK 2022
~ # 
~ # cat /opt/var/lib/homeassistant/home-assistant.log
2022-01-17 13:03:01 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yandex_station which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-01-17 13:03:01 WARNING (SyncWorker_1) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
~ # 
~ # date
Mon Jan 17 13:38:06 MSK 2022
~ # 

 

Если хотите ставить руками, сверяйтесь хотя бы со списком, будет меньше приключений.

  • Thanks 1
Link to comment
Share on other sites

В 30.12.2021 в 12:07, TheBB сказал:

удалить

или править руками (см. патч)

Патч применил, выше указанная ошибка ушло, но появилась новая. причем в логах она появляется только в момент просмотреть изображения с камеры.

Logger: homeassistant.components.camera.img_util
Source: deps/lib/python3.10/site-packages/turbojpeg.py:288
Integration: Камера (
documentationissues)
First occurred: 14:03:59 (1 occurrences)
Last logged: 14:03:59

Error loading libturbojpeg; Cameras may impact HomeKit performance

Traceback (most recent call last):
  File "/opt/lib/python3.10/site-packages/homeassistant/components/camera/img_util.py", line 96, in __init__
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/turbojpeg.py", line 288, in __init__
    self.__init_decompress = turbo_jpeg.tjInitDecompress
  File "/opt/lib/python3.10/ctypes/__init__.py", line 387, in __getattr__
  File "/opt/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__
AttributeError: /opt/lib/libjpeg.so.62: undefined symbol: tjInitDecompress

 

На просторах интернета нашел вроде как решение этой проблемы:

========================================================================

The error that I get is:

/opt/libjpeg-turbo/lib64/libjpeg.so: undefined symbol: tjInitDecompress

How to reproduce:
Download the .deb for 2.0.4 from https://sourceforge.net/projects/libjpeg-turbo/ and install using dpkg
Then, from python

>>> from turbojpeg import TurboJPEG, TJPF_GRAY, TJSAMP_GRAY
>>> jpeg = TurboJPEG("/opt/libjpeg-turbo/lib64/libjpeg.so")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/test/.local/lib/python2.7/site-packages/turbojpeg.py", line 98, in __init__
    self.__init_decompress = turbo_jpeg.tjInitDecompress
  File "/usr/lib/python2.7/ctypes/__init__.py", line 375, in __getattr__
    func = self.__getitem__(name)
  File "/usr/lib/python2.7/ctypes/__init__.py", line 380, in __getitem__
    func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /opt/libjpeg-turbo/lib64/libjpeg.so: undefined symbol: tjInitDecompress

I checked and indeed the symbol tjInitDecompress isn't defined in the new .so file.

Version 2.0.3 didn't have this problem (the symbol is defined in the .so for 2.0.3)

========================================================================

Но как ее воспроизвести не знаю :)

Edited by al12s
Link to comment
Share on other sites

Вот ещё "финт ушами" - ставьте в deps, пусть НА сам разбирается:

(на примере "colorlog")

Скрытый текст
~ # 
~ # ls -al /opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/color*
ls: /opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/color*: No such file or directory
~ # 
~ # python -m pip install --prefix=/opt/var/lib/homeassistant/deps colorlog==6.6.0
Collecting colorlog==6.6.0
  Using cached colorlog-6.6.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: colorlog
Successfully installed colorlog-6.6.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the '/opt/bin/python -m pip install --upgrade pip' command.
~ # 
~ # ls -al /opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/color*
/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/colorlog:
drwxr-xr-x    3 root     root          4096 Jan 17 15:08 .
drwxr-xr-x   21 root     root          4096 Jan 17 15:08 ..
-rw-r--r--    1 root     root          1180 Jan 17 15:08 __init__.py
drwxr-xr-x    2 root     root          4096 Jan 17 15:08 __pycache__
-rw-r--r--    1 root     root          2437 Jan 17 15:08 escape_codes.py
-rw-r--r--    1 root     root          7449 Jan 17 15:08 formatter.py
-rw-r--r--    1 root     root             0 Jan 17 15:08 py.typed
-rw-r--r--    1 root     root          2174 Jan 17 15:08 wrappers.py

/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/colorlog-6.6.0.dist-info:
drwxr-xr-x    2 root     root          4096 Jan 17 15:08 .
drwxr-xr-x   21 root     root          4096 Jan 17 15:08 ..
-rw-r--r--    1 root     root             4 Jan 17 15:08 INSTALLER
-rw-r--r--    1 root     root          1107 Jan 17 15:08 LICENSE
-rw-r--r--    1 root     root         10711 Jan 17 15:08 METADATA
-rw-r--r--    1 root     root          1165 Jan 17 15:08 RECORD
-rw-r--r--    1 root     root             0 Jan 17 15:08 REQUESTED
-rw-r--r--    1 root     root           110 Jan 17 15:08 WHEEL
-rw-r--r--    1 root     root             9 Jan 17 15:08 top_level.txt
~ # 

 

 

  • Thanks 1
Link to comment
Share on other sites

1 час назад, TheBB сказал:

Ну-у-у, не правда же! Как минимум интеграции ставили руками, а не из морды НА.

Накатил пакеты по списку и... опаньки, приехали. Переустановил поверх, зачистил руками и... всё в норме.

 

Спасибо! Да, все снес и поставил с нуля, ошибок нет! Я уже пробовал так делать, но оставлял конфиги. Ошибка повторялась. 

 

 

Link to comment
Share on other sites

22 часа назад, al12s сказал:

На просторах интернета нашел вроде как решение этой проблемы:

Не то, проблема тут

---

Пытайте

libturbojpeg_2.1.1-1a_aarch64-3.10.ipk

python3-pyturbojpeg_1.6.3-2_aarch64-3.10.ipk

libturbojpeg_2.1.1-1a_mipsel-3.4.ipk

python3-pyturbojpeg_1.6.3-2_mipsel-3.4.ipk

Edited by TheBB
repo
Link to comment
Share on other sites

4 часа назад, al12s сказал:

Патч применил

Если ставите пакет (`opkg install python3-pyturbojpeg`), патч не нужен, файл в пакете уже пропатчен.

Link to comment
Share on other sites

18 часов назад, TheBB сказал:

Отлично, установил оба, теперь в системе:

python3-pyturbojpeg - 1.6.3-2
libturbojpeg - 2.1.1-1a
libjpeg-turbo - 2.1.1-1 (если удалить это, вебинтерфейс не стартует)

и ошибки этой НЕТ (по крайней мере на данный момент)! спасибо!


Осталась последняя ошибка

Logger: pyhap.characteristic
Source: deps/lib/python3.10/site-packages/pyhap/characteristic.py:193
First occurred: 11:46:52 (4 occurrences)
Last logged: 11:46:53

SecuritySystemCurrentState: value=0 is an invalid value.
SecuritySystemTargetState: value=0 is an invalid value.

Link to comment
Share on other sites

15 минут назад, al12s сказал:

libjpeg-turbo - 2.1.1-1 (если удалить это, вебинтерфейс не стартует)

Они не связаны.

Скрытый текст
~ # ldd /opt/lib/libjpeg.so.62.2.0 
ldd: $warning: you do not have execution permission for `/opt/lib/libjpeg.so.62.2.0'
	linux-vdso.so.1 (0x779dd000)
	libgcc_s.so.1 => /opt/lib/libgcc_s.so.1 (0x7791d000)
	libc.so.6 => /opt/lib/libc.so.6 (0x7778a000)
	/opt/lib/ld.so.1 (0x779ab000)
~ # 
~ # opkg install libjpeg-turbo_2.1.1-1a_mipsel-3.4.ipk 
Upgrading libjpeg-turbo on root from 2.1.1-1 to 2.1.1-1a...
Removing obsolete file /opt/lib/libjpeg.so.62.2.0.
Configuring libjpeg-turbo.
~ # 
~ # ldd /opt/lib/libjpeg.so.62.3.0 
ldd: $warning: you do not have execution permission for `/opt/lib/libjpeg.so.62.3.0'
	linux-vdso.so.1 (0x774be000)
	libgcc_s.so.1 => /opt/lib/libgcc_s.so.1 (0x773fd000)
	libc.so.6 => /opt/lib/libc.so.6 (0x7726a000)
	/opt/lib/ld.so.1 (0x7748c000)
~ # 
~ # ldd /opt/lib/libturbojpeg.so.0.2.0 
ldd: $warning: you do not have execution permission for `/opt/lib/libturbojpeg.so.0.2.0'
	linux-vdso.so.1 (0x778d6000)
	libgcc_s.so.1 => /opt/lib/libgcc_s.so.1 (0x7780d000)
	libc.so.6 => /opt/lib/libc.so.6 (0x7767a000)
	/opt/lib/ld.so.1 (0x778a4000)
~ #

 

Хорошо, посмотрим...

17 минут назад, al12s сказал:

Осталась последняя ошибка

НА обновили под утро, м.б. исправили (https://github.com/home-assistant/core/pull/60220)

Link to comment
Share on other sites

В 15.01.2022 в 23:56, previewthenew сказал:

Для Peak делал вот так

echo "src/gz ha http://bin.entware.net/aarch64-k3.10/test/HA/" >> /opt/etc/opkg.conf
opkg update
opkg install homeassistant
/opt/etc/init.d/S99hass start

 

 

Спасибо, а на mips ы какой алгоритм?

Link to comment
Share on other sites

Столкнулся с непонятной мне ошибкой с tzdata. Сами пакеты стоят. Ошибка:

Скрытый текст

Traceback (most recent call last):
  File "/opt/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
  File "/opt/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
  File "/opt/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/forwarded.py", line 98, in forwarded_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/ban.py", line 78, in ban_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/auth.py", line 181, in auth_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/view.py", line 137, in handle
  File "/opt/lib/python3.10/site-packages/homeassistant/components/config/config_entries.py", line 157, in post
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/data_validator.py", line 62, in wrapper
  File "/opt/lib/python3.10/site-packages/homeassistant/helpers/data_entry_flow.py", line 110, in post
  File "/opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py", line 252, in async_configure
  File "/opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py", line 325, in _async_handle_step
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/config_flow.py", line 262, in async_step_cloud
    await check_xiaomi_account(self.hass, user_input, errors, renew_devices=True)
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/config_flow.py", line 102, in check_xiaomi_account
    mic = await MiotCloud.from_token(hass, user_input, login=False)
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/core/xiaomi_cloud.py", line 344, in from_token
    mic = MiotCloud(
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/core/xiaomi_cloud.py", line 31, in __init__
    super().__init__(username, password)
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/micloud/micloud.py", line 38, in __init__
    timezone = datetime.datetime.now(tzlocal.get_localzone()).strftime('%z')
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/tzlocal/unix.py", line 203, in get_localzone
    _cache_tz = _get_localzone()
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/tzlocal/unix.py", line 174, in _get_localzone
    tz = pds.wrap_zone(ZoneInfo.from_file(tzfile, key="local"))
  File "/opt/lib/python3.10/zoneinfo/_common.py", line 28, in load_data
  File "/opt/lib/python3.10/zoneinfo/_common.py", line 146, in from_file
ValueError: Invalid TZif file: magic not found

Не могу понять, ошибка с определением локали или внутренняя ошибка интеграции. Как обычно, очень благодарен за любые советы!

Edited by SenatoR
Link to comment
Share on other sites

Всем привет!

Пытаюсь поставить home assistant на Keenetic Giga (KN-1011), но столкнулся с проблемой установки зависимостей.

Может кто-нибудь сможет помочь?

При установке cryptography выдает ошибку что нужен Rust compiler, который (судя по https://github.com/rust-lang/rustup/issues/1272) похоже не так просто поставить.

По крайней мере у меня выдает то же самое:

info: downloading installer
./1: line 449: /tmp/tmp.5Yz5HH/rustup-init: not found

Система:

root@Keenetic_Giga:~/rust$ uname -a
Linux Keenetic_Giga 4.9-ndm-5 #2 SMP Thu Dec 9 23:14:03 MSK 2021 mips GNU/Linux

Пробовал разными способами закатить cryptography:

Например, с помощью pip:

Скрытый текст
root@Keenetic_Giga:~/rust$ pip list
Package                 Version
----------------------- ----------
android-backup          0.2.0
appdirs                 1.4.4
attrs                   21.4.0
certifi                 2021.10.8
cffi                    1.15.0
charset-normalizer      2.0.10
click                   8.0.3
construct               2.10.67
croniter                1.2.0
cryptography            36.0.0
defusedxml              0.7.1
home-assistant-frontend 20211229.1
idna                    3.3
ifaddr                  0.1.7
meson                   0.61.1
netifaces               0.11.0
os-service-types        1.7.0
oslo.i18n               5.1.0
packaging               21.3
pbr                     5.8.0
pip                     21.2.3
ply                     3.11
pycparser               2.21
pyOpenSSL               21.0.0
pyparsing               3.0.7
pyperclip               1.8.2
python-dateutil         2.8.2
pytz                    2021.3
PyYAML                  6.0
requests                2.27.1
setuptools              60.5.0
six                     1.16.0
SQLAlchemy              1.4.31
stevedore               3.5.0
tqdm                    4.62.3
urllib3                 1.26.8
wcwidth                 0.2.5
wheel                   0.37.1
wrapt                   1.13.3
xmltodict               0.12.0
zeroconf                0.38.1

 

cryptography            36.0.0

Или opkg:

Скрытый текст
root@Keenetic_Giga:~/rust$ opkg list_installed
ar - 2.37-1
autoconf - 2.70-2
automake - 1.16.3-1
bash - 5.1.8-1
binutils - 2.37-1
busybox - 1.34.1-1
bzip2 - 1.0.8-1a
ca-bundle - 20211016-1
cmake - 3.22.1
coreutils - 8.32-6
coreutils-install - 8.32-6
coreutils-nproc - 8.32-6
coreutils-od - 8.32-6
coreutils-stat - 8.32-6
curl - 7.80.0-1
diffutils - 3.7-3
dropbear - 2020.81-2
entware-release - 1.0-2
file - 5.40-4
findutils - 4.8.0-1
gawk - 5.1.1-1
gcc - 7.4.0-7
getopt - 2.37-1
git - 2.33.1-1
git-http - 2.33.1-1
glib2 - 2.70.0-1
grep - 3.7-2
icu - 70.1-1
jsonfilter - 2018-02-04-c7e938d6-1
ldconfig - 2.27-11
ldd - 2.27-11
libacl - 2.3.1-3
libattr - 2.5.1-3
libbfd - 2.37-1
libblkid - 2.37-1
libbz2 - 1.0.8-1a
libc - 2.27-11
libctf - 2.37-1
libcurl - 7.80.0-1
libexpat - 2.4.1-1
libffi - 3.4.2-2
libfuse - 2.9.9-1a
libgcc - 8.4.0-11
libgcrypt - 1.9.4-1
libgdbm - 1.21-1
libgpg-error - 1.42-1
libiconv-full - 1.16-1
libidn - 1.36-1
libintl-full - 0.21-2
libjson-c - 0.15-2
liblzma - 5.2.5-3
libmagic - 5.40-4
libmbedtls - 2.16.11-1
libmount - 2.37-1
libncurses - 6.2-3
libncursesw - 6.2-3
libopcodes - 2.37-1
libopenssl - 1.1.1l-1
libpam - 1.5.1-1
libpcre - 8.45-2
libpopt - 1.16-2
libpthread - 2.27-11
libpython3 - 3.10.0-1
libreadline - 8.1-1
librt - 2.27-11
libslang2 - 2.3.2-4
libsqlite3 - 3330000-2
libssh2 - 1.9.0-2
libssp - 8.4.0-11
libstdcpp - 8.4.0-11
libtirpc - 1.3.2-1
libtool-bin - 2.4.6-3
libubox - 2021-11-20-cce5e351-1
libuuid - 2.37-1
libzstd - 1.5.0-1
locales - 2.27-9
luajit - 2.1.0-beta3-5
m4 - 1.4.19-1
make - 4.3-1
mc - 4.8.27-2
ntfs-3g - 2021.8.22-2-fuseext
ntfs-3g-utils - 2021.8.22-2-fuseext
objdump - 2.37-1
openssh-keygen - 8.8p1-2
opkg - 2021-06-13-1bf042dd-1
opt-ndmsv2 - 1.0-16
patch - 2.7.6-6
perl - 5.28.1-6
perlbase-attributes - 5.28.1-6
perlbase-base - 5.28.1-6
perlbase-bytes - 5.28.1-6
perlbase-class - 5.28.1-6
perlbase-config - 5.28.1-6
perlbase-cwd - 5.28.1-6
perlbase-data - 5.28.1-6
perlbase-dynaloader - 5.28.1-6
perlbase-errno - 5.28.1-6
perlbase-essential - 5.28.1-6
perlbase-fcntl - 5.28.1-6
perlbase-file - 5.28.1-6
perlbase-filehandle - 5.28.1-6
perlbase-findbin - 5.28.1-6
perlbase-getopt - 5.28.1-6
perlbase-i18n - 5.28.1-6
perlbase-integer - 5.28.1-6
perlbase-io - 5.28.1-6
perlbase-list - 5.28.1-6
perlbase-locale - 5.28.1-6
perlbase-params - 5.28.1-6
perlbase-posix - 5.28.1-6
perlbase-re - 5.28.1-6
perlbase-scalar - 5.28.1-6
perlbase-selectsaver - 5.28.1-6
perlbase-selfloader - 5.28.1-6
perlbase-socket - 5.28.1-6
perlbase-symbol - 5.28.1-6
perlbase-text - 5.28.1-6
perlbase-thread - 5.28.1-6
perlbase-threads - 5.28.1-6
perlbase-tie - 5.28.1-6
perlbase-unicore - 5.28.1-6
perlbase-utf8 - 5.28.1-6
perlbase-xsloader - 5.28.1-6
pkg-config - 0.29.2-3
poorbox - 1.34.1-1
proftpd - 1.3.7c-1
python-pip-conf - 0.1-1
python3 - 3.10.0-1
python3-asyncio - 3.10.0-1
python3-base - 3.10.0-1
python3-cffi - 1.15.0-1
python3-cgi - 3.10.0-1
python3-cgitb - 3.10.0-1
python3-codecs - 3.10.0-1
python3-cryptography - 36.0.0-1
python3-ctypes - 3.10.0-1
python3-dbm - 3.10.0-1
python3-decimal - 3.10.0-1
python3-dev - 3.10.0-1
python3-distutils - 3.10.0-1
python3-email - 3.10.0-1
python3-home-assistant-frontend - 20211229.1-1
python3-lib2to3 - 3.10.0-1
python3-light - 3.10.0-1
python3-logging - 3.10.0-1
python3-lzma - 3.10.0-1
python3-multiprocessing - 3.10.0-1
python3-ncurses - 3.10.0-1
python3-openssl - 3.10.0-1
python3-pip - 21.2.3-1
python3-pkg-resources - 57.4.0-1
python3-ply - 3.11-2
python3-pycparser - 2.21-1
python3-pydoc - 3.10.0-1
python3-pyopenssl - 21.0.0-1
python3-readline - 3.10.0-1
python3-setuptools - 57.4.0-1
python3-six - 1.16.0-1
python3-sqlite3 - 3.10.0-1
python3-unittest - 3.10.0-1
python3-urllib - 3.10.0-1
python3-uuid - 3.10.0-1
python3-xml - 3.10.0-1
rsync - 3.2.3-3
sed - 4.8-3
tar - 1.34-3
terminfo - 6.2-3
unzip - 6.0-8
wget-nossl - 1.21.2-1
wget-ssl - 1.21.2-1
xz - 5.2.5-3
xz-utils - 5.2.5-3
zlib - 1.2.11-3
zlib-dev - 1.2.11-3
zoneinfo-asia - 2021e-1
zoneinfo-europe - 2021e-1

 

python3-cryptography - 36.0.0-1

 

Но при установке home assistant всё равно падает:

Скрытый текст
Building wheels for collected packages: cryptography
  Building wheel for cryptography (PEP 517) ... error
  ERROR: Command errored out with exit status 1:
   command: /opt/bin/python3 /opt/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /opt/tmp/tmp0cgb3x8l
       cwd: /opt/tmp/pip-install-5acznxo9/cryptography_6a63e414116944a1ae7494a988a84129
  Complete output (157 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-mips-3.10
  creating build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/exceptions.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/fernet.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/utils.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/__about__.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/__init__.py -> build/lib.linux-mips-3.10/cryptography
  creating build/lib.linux-mips-3.10/cryptography/hazmat
  copying src/cryptography/hazmat/_oid.py -> build/lib.linux-mips-3.10/cryptography/hazmat
  copying src/cryptography/hazmat/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat
  creating build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/base.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/extensions.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/general_name.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/name.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/ocsp.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/oid.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/__init__.py -> build/lib.linux-mips-3.10/cryptography/x509
  creating build/lib.linux-mips-3.10/cryptography/hazmat/backends
  copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends
  copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends
  creating build/lib.linux-mips-3.10/cryptography/hazmat/bindings
  copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  creating build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  creating build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  running egg_info
  no previously-included directories found matching 'docs/_build'
  warning: no previously-included files found matching 'vectors'
  warning: no previously-included files matching '*' found under directory 'vectors'
  warning: no previously-included files matching '*' found under directory '.github'
  warning: no previously-included files found matching 'release.py'
  warning: no previously-included files found matching '.coveragerc'
  warning: no previously-included files found matching 'codecov.yml'
  warning: no previously-included files found matching '.readthedocs.yml'
  warning: no previously-included files found matching 'dev-requirements.txt'
  warning: no previously-included files found matching 'tox.ini'
  warning: no previously-included files found matching 'mypy.ini'
  warning: no previously-included files matching '*' found under directory '.zuul.d'
  warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
  writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  copying src/cryptography/py.typed -> build/lib.linux-mips-3.10/cryptography
  creating build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  running build_ext

      =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install cryptography:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Read https://cryptography.io/en/latest/installation/ for specific
         instructions for your platform.
      3) Check our frequently asked questions for more information:
         https://cryptography.io/en/latest/faq/
      4) Ensure you have a recent Rust toolchain installed:
         https://cryptography.io/en/latest/installation/#rust

      Python: 3.10.0
      platform: Linux-4.9-ndm-5-mips-with-glibc2.27
      pip: n/a
      setuptools: 60.5.0
      setuptools_rust: 1.1.2
      =============================DEBUG ASSISTANCE=============================

  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.

  If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

  This package requires Rust >=1.41.0.
  ----------------------------------------
  ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the '/opt/bin/python3 -m pip install --upgrade pip' command.

 

Буду очень признателен, если подскажете где я свернул не туда и как можно проблему побороть.

Link to comment
Share on other sites

В 20.01.2022 в 23:03, SenatoR сказал:

Столкнулся с непонятной мне ошибкой с tzdata. Сами пакеты стоят. Ошибка:

  Показать содержимое

Traceback (most recent call last):
  File "/opt/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 435, in _handle_request
  File "/opt/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
  File "/opt/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/security_filter.py", line 60, in security_filter_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/forwarded.py", line 98, in forwarded_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/request_context.py", line 28, in request_context_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/ban.py", line 78, in ban_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/auth.py", line 181, in auth_middleware
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/view.py", line 137, in handle
  File "/opt/lib/python3.10/site-packages/homeassistant/components/config/config_entries.py", line 157, in post
  File "/opt/lib/python3.10/site-packages/homeassistant/components/http/data_validator.py", line 62, in wrapper
  File "/opt/lib/python3.10/site-packages/homeassistant/helpers/data_entry_flow.py", line 110, in post
  File "/opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py", line 252, in async_configure
  File "/opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py", line 325, in _async_handle_step
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/config_flow.py", line 262, in async_step_cloud
    await check_xiaomi_account(self.hass, user_input, errors, renew_devices=True)
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/config_flow.py", line 102, in check_xiaomi_account
    mic = await MiotCloud.from_token(hass, user_input, login=False)
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/core/xiaomi_cloud.py", line 344, in from_token
    mic = MiotCloud(
  File "/opt/var/lib/homeassistant/custom_components/xiaomi_miot/core/xiaomi_cloud.py", line 31, in __init__
    super().__init__(username, password)
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/micloud/micloud.py", line 38, in __init__
    timezone = datetime.datetime.now(tzlocal.get_localzone()).strftime('%z')
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/tzlocal/unix.py", line 203, in get_localzone
    _cache_tz = _get_localzone()
  File "/opt/var/lib/homeassistant/deps/lib/python3.10/site-packages/tzlocal/unix.py", line 174, in _get_localzone
    tz = pds.wrap_zone(ZoneInfo.from_file(tzfile, key="local"))
  File "/opt/lib/python3.10/zoneinfo/_common.py", line 28, in load_data
  File "/opt/lib/python3.10/zoneinfo/_common.py", line 146, in from_file
ValueError: Invalid TZif file: magic not found

Не могу понять, ошибка с определением локали или внутренняя ошибка интеграции. Как обычно, очень благодарен за любые советы!

Подскажите, пожалуйста, те у кого интеграция Xiaomi Miio или Miot, как у вас все работает? Я уже неделю бьюсь с ошибкой локали. Это какая-то глобальная проблема, она должна быть у всех, если она у меня, то что я сделал не так? В Питоне стоит tzdata, в системе тоже. Если это ошибка интеграции, то она тоже должна быть у всех, а не только у меня, но вроде как это не так, раз тут никто не заявляет о них. Буду очень благодарен за совет!

Link to comment
Share on other sites

1 час назад, Dust112 сказал:

Kelebro, согласно этого, для HA: pip>=8.0.3,<20.3 cryptography==35.0.0.

Так всё равно получается всё упирается в установку cryptography==35.0.0, который хочет Rust.

А Rust ну никак не хочет ставиться..

Скачал вручную rustup-init для mips, но получаю такое:

root@Keenetic_Giga:~/rust/test$ ./rustup-init.1
./rustup-init.1: line 1: syntax error: unexpected "("
root@Keenetic_Giga:~/rust/test$ bash -c ./rustup-init.1
bash: line 1: ./rustup-init.1: cannot execute binary file: Exec format error

 

Может кто-то еще сталкивался с тем что Rust не ставится?

Или можно где-то взять прекомпилированный cryptography==35.0.0 чтобы Rust не ставить?

Link to comment
Share on other sites

2 часа назад, Dust112 сказал:

Kelebro, согласно этого, для HA: pip>=8.0.3,<20.3 cryptography==35.0.0.

"А мужики-то и не знают!"

~ # 
~ # cat /opt/lib/python3.10/site-packages/homeassistant-2021.12.10-py3.10.egg-info/requires.txt | grep -E '^(cry|pip)'
cryptography==36.0.0
pip<=21.2.3,>=8.0.3
~ #
В 26.01.2022 в 20:31, Kelebro сказал:

Пытаюсь поставить home assistant на Keenetic Giga (KN-1011), но столкнулся с проблемой установки зависимостей.

Расскажите, "Как?" сломали...

Link to comment
Share on other sites

46 минут назад, TheBB сказал:

Расскажите, "Как?" сломали...

Да честно говоря шел по инструкциям, ставил зависимости по списку

Скрытый текст
pip3 install --upgrade setuptools
pip3 install sqlalchemy
pip3 install netifaces
pip3 install python-miio
pip3 install xmltodict

Затем:

pip install homeassistant

И почему-то он тянет за собой именно cryptography==35.0.0:

Скрытый текст
root@Keenetic_Giga:~/rust/test$ pip install homeassistant
Collecting homeassistant
  Using cached homeassistant-2021.12.10-py3-none-any.whl (15.4 MB)
Collecting atomicwrites==1.4.0
  Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Processing /opt/root/.cache/pip/wheels/da/41/45/36763666bba17259b9b600166e83777b7e902fb36a38a7d671/python_slugify-4.0.1-py2.py3-none-any.whl
Collecting astral==2.2
  Using cached astral-2.2-py2.py3-none-any.whl (30 kB)
Collecting jinja2==3.0.3
  Using cached Jinja2-3.0.3-py3-none-any.whl (133 kB)
Collecting requests==2.26.0
  Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB)
Collecting awesomeversion==21.11.0
  Using cached awesomeversion-21.11.0-py3-none-any.whl (13 kB)
Collecting yarl==1.6.3
  Using cached yarl-1.6.3.tar.gz (176 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting voluptuous-serialize==2.5.0
  Using cached voluptuous_serialize-2.5.0-py3-none-any.whl (6.8 kB)
Requirement already satisfied: ifaddr==0.1.7 in /opt/lib/python3.10/site-packages (from homeassistant) (0.1.7)
Collecting PyJWT==2.1.0
  Using cached PyJWT-2.1.0-py3-none-any.whl (16 kB)
Requirement already satisfied: certifi>=2021.5.30 in /opt/lib/python3.10/site-packages (from homeassistant) (2021.10.8)
Requirement already satisfied: pyyaml==6.0 in /opt/lib/python3.10/site-packages (from homeassistant) (6.0)
Collecting cryptography==35.0.0
  Using cached cryptography-35.0.0.tar.gz (559 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting async-timeout==4.0.0
  Using cached async_timeout-4.0.0-py3-none-any.whl (6.1 kB)
Collecting aiohttp==3.8.1
  Using cached aiohttp-3.8.1.tar.gz (7.3 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
    Preparing wheel metadata ... done
Processing /opt/root/.cache/pip/wheels/37/77/83/939bcbf4afcad5133a6937925aeb659c0340b32cd8aae59538/voluptuous-0.12.2-py3-none-any.whl
Collecting attrs==21.2.0
  Using cached attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Collecting ciso8601==2.2.0
  Using cached ciso8601-2.2.0.tar.gz (18 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting httpx==0.21.0
  Using cached httpx-0.21.0-py3-none-any.whl (83 kB)
Requirement already satisfied: pip<20.3,>=8.0.3 in /opt/lib/python3.10/site-packages (from homeassistant) (20.2)
Collecting bcrypt==3.1.7
  Using cached bcrypt-3.1.7.tar.gz (42 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting text-unidecode>=1.3
  Using cached text_unidecode-1.3-py2.py3-none-any.whl (78 kB)
Requirement already satisfied: pytz in /opt/lib/python3.10/site-packages (from astral==2.2->homeassistant) (2021.3)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-2.0.1.tar.gz (18 kB)
Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /opt/lib/python3.10/site-packages (from requests==2.26.0->homeassistant) (2.0.10)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/lib/python3.10/site-packages (from requests==2.26.0->homeassistant) (1.26.8)
Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /opt/lib/python3.10/site-packages (from requests==2.26.0->homeassistant) (3.3)
Collecting multidict>=4.0
  Using cached multidict-6.0.2.tar.gz (50 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Requirement already satisfied: cffi>=1.12 in /opt/lib/python3.10/site-packages (from cryptography==35.0.0->homeassistant) (1.15.0)
Collecting typing-extensions>=3.6.5
  Using cached typing_extensions-4.0.1-py3-none-any.whl (22 kB)
Collecting frozenlist>=1.1.1
  Using cached frozenlist-1.3.0.tar.gz (65 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting aiosignal>=1.1.2
  Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting sniffio
  Using cached sniffio-1.2.0-py3-none-any.whl (10 kB)
Collecting httpcore<0.15.0,>=0.14.0
  Using cached httpcore-0.14.5-py3-none-any.whl (67 kB)
Collecting rfc3986[idna2008]<2,>=1.3
  Using cached rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
Requirement already satisfied: six>=1.4.1 in /opt/lib/python3.10/site-packages (from bcrypt==3.1.7->homeassistant) (1.16.0)
Requirement already satisfied: pycparser in /opt/lib/python3.10/site-packages (from cffi>=1.12->cryptography==35.0.0->homeassistant) (2.21)
Collecting h11<0.13,>=0.11
  Using cached h11-0.12.0-py3-none-any.whl (54 kB)
Collecting anyio==3.*
  Using cached anyio-3.5.0-py3-none-any.whl (79 kB)
Building wheels for collected packages: yarl, cryptography, aiohttp, ciso8601, bcrypt, MarkupSafe, multidict, frozenlist
  Building wheel for yarl (PEP 517) ... -^done
  Created wheel for yarl: filename=yarl-1.6.3-cp310-cp310-linux_mips.whl size=130316 sha256=28c1fc0ec277fd370fc21b58973eb35b97e371379a14e5ab924f18e723bace36
  Stored in directory: /opt/root/.cache/pip/wheels/16/b2/12/49a1339f36564a61d694938cc4872942c71a6b1ae49888a884
  Building wheel for cryptography (PEP 517) ... error
  ERROR: Command errored out with exit status 1:
   command: /opt/bin/python /opt/lib/python3.10/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /opt/tmp/tmp25ec8ggv
       cwd: /opt/tmp/pip-install-3mtzftrn/cryptography
  Complete output (157 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-mips-3.10
  creating build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/exceptions.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/fernet.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/utils.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/__about__.py -> build/lib.linux-mips-3.10/cryptography
  copying src/cryptography/__init__.py -> build/lib.linux-mips-3.10/cryptography
  creating build/lib.linux-mips-3.10/cryptography/hazmat
  copying src/cryptography/hazmat/_oid.py -> build/lib.linux-mips-3.10/cryptography/hazmat
  copying src/cryptography/hazmat/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat
  creating build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/base.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/certificate_transparency.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/extensions.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/general_name.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/name.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/ocsp.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/oid.py -> build/lib.linux-mips-3.10/cryptography/x509
  copying src/cryptography/x509/__init__.py -> build/lib.linux-mips-3.10/cryptography/x509
  creating build/lib.linux-mips-3.10/cryptography/hazmat/backends
  copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends
  copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends
  creating build/lib.linux-mips-3.10/cryptography/hazmat/bindings
  copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/poly1305.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_asymmetric.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_cipheralgorithm.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/_serialization.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives
  creating build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/aead.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/dh.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ed25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/ed448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/poly1305.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/backends/openssl
  creating build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/openssl
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ed25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/ed448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/types.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/x25519.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/x448.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/asymmetric
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/aead.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/ciphers
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/scrypt.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/kdf
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/base.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/pkcs12.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/pkcs7.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/ssh.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  copying src/cryptography/hazmat/primitives/serialization/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/serialization
  creating build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-mips-3.10/cryptography/hazmat/primitives/twofactor
  running egg_info
  no previously-included directories found matching 'docs/_build'
  warning: no previously-included files found matching 'vectors'
  warning: no previously-included files matching '*' found under directory 'vectors'
  warning: no previously-included files matching '*' found under directory '.github'
  warning: no previously-included files found matching 'release.py'
  warning: no previously-included files found matching '.coveragerc'
  warning: no previously-included files found matching 'codecov.yml'
  warning: no previously-included files found matching '.readthedocs.yml'
  warning: no previously-included files found matching 'dev-requirements.txt'
  warning: no previously-included files found matching 'tox.ini'
  warning: no previously-included files found matching 'mypy.ini'
  warning: no previously-included files matching '*' found under directory '.zuul.d'
  warning: no previously-included files matching '*' found under directory '.zuul.playbooks'
  writing manifest file 'src/cryptography.egg-info/SOURCES.txt'
  copying src/cryptography/py.typed -> build/lib.linux-mips-3.10/cryptography
  creating build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/__init__.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/asn1.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/ocsp.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  copying src/cryptography/hazmat/bindings/_rust/x509.pyi -> build/lib.linux-mips-3.10/cryptography/hazmat/bindings/_rust
  running build_ext

      =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install cryptography:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Read https://cryptography.io/en/latest/installation/ for specific
         instructions for your platform.
      3) Check our frequently asked questions for more information:
         https://cryptography.io/en/latest/faq/
      4) Ensure you have a recent Rust toolchain installed:
         https://cryptography.io/en/latest/installation/#rust

      Python: 3.10.0
      platform: Linux-4.9-ndm-5-mips-with-glibc2.27
      pip: n/a
      setuptools: 60.5.0
      setuptools_rust: 1.1.2
      =============================DEBUG ASSISTANCE=============================

  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.

  If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.

  This package requires Rust >=1.41.0.
  ----------------------------------------
  ERROR: Failed building wheel for cryptography
  Building wheel for aiohttp (PEP 517) ... done
  Created wheel for aiohttp: filename=aiohttp-3.8.1-cp310-cp310-linux_mips.whl size=560962 sha256=3031efaf95ebb6927832a261a8ea0f710c143514fccbf0bd865badcfea98d427
  Stored in directory: /opt/root/.cache/pip/wheels/97/d4/91/103910e7a63d3fb95da70055da4de7ead0b60822d3e860e72e
  Building wheel for ciso8601 (PEP 517) ... done
  Created wheel for ciso8601: filename=ciso8601-2.2.0-cp310-cp310-linux_mips.whl size=13429 sha256=06ab80c1cca93b06ae48338b28df7f8847fe5169af0f59ffd416ae5e785d6fcc
  Stored in directory: /opt/root/.cache/pip/wheels/02/1f/3b/a3fc12fc79c99e80e030beb98f07c92cbf1e43e00a7abccfcb
  Building wheel for bcrypt (PEP 517) ... done
  Created wheel for bcrypt: filename=bcrypt-3.1.7-cp310-cp310-linux_mips.whl size=29967 sha256=db033005766270bc757a7b2648a3e109621e24ef90f0759c2bd6396c17119e38
  Stored in directory: /opt/root/.cache/pip/wheels/6b/2c/ce/eccd7a77bce0d2b9b1f1fa5fe367036e7ac494677d2377d3dd
  Building wheel for MarkupSafe (setup.py) ... done
  Created wheel for MarkupSafe: filename=MarkupSafe-2.0.1-cp310-cp310-linux_mips.whl size=14777 sha256=dbc77856dcf816df8b14cedfbf938a5202f33288cc83f79b04817670c2df4567
  Stored in directory: /opt/root/.cache/pip/wheels/6f/2f/03/06509acfabb0d21286a8c6ac01c2624f1f526c306720006a8e
  Building wheel for multidict (PEP 517) ... done
  Created wheel for multidict: filename=multidict-6.0.2-cp310-cp310-linux_mips.whl size=34022 sha256=9eed85bda280c7c6b427903efb0fb324b9fada83319a6deacd628e1a69db83c3
  Stored in directory: /opt/root/.cache/pip/wheels/cb/fb/59/57e7daefcc2470317d728176902bb9efef48a386e6060e1b87
  Building wheel for frozenlist (PEP 517) ... done
  Created wheel for frozenlist: filename=frozenlist-1.3.0-cp310-cp310-linux_mips.whl size=39468 sha256=2856116897eb6de29b823da53c031a74b636cc8e2e5aaa3e9680d06e522a5bcf
  Stored in directory: /opt/root/.cache/pip/wheels/6d/95/43/b07f0dff6ff290bc66f8193b24433e3e0fe75bc1bf43d72183
Successfully built yarl aiohttp ciso8601 bcrypt MarkupSafe multidict frozenlist
Failed to build cryptography
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
WARNING: You are using pip version 20.2; however, version 21.3.1 is available.
You should consider upgrading via the '/opt/bin/python -m pip install --upgrade pip' command.

 

 

Edited by Kelebro
добавил лог
Link to comment
Share on other sites

58 минут назад, Kelebro сказал:

Да честно говоря шел по инструкциям, ставил зависимости по списку

Поздравляем! Весь python сломан в хлам...

Деинсталлируйте все питоновские пакеты с зависимостями, удаляйте полностью директорию "/opt/python*", ставьте пакетом "homeassistant".

Что-то типа:

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 homekit python3-tzlocal
~ # 
~ # hass -c /opt/var/lib/homeassistant
/opt/lib/python3.10/site-packages/jose/backends/cryptography_backend.py:18: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of timer is taking over 10 seconds.
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of input_number is taking over 10 seconds.
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of input_boolean is taking over 10 seconds.
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of input_datetime is taking over 10 seconds.
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of input_select is taking over 10 seconds.
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of input_text is taking over 10 seconds.
2022-01-30 20:32:11 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2022-01-30 20:32:19 WARNING (MainThread) [homeassistant.setup] Setup of counter is taking over 10 seconds.

 

Link to comment
Share on other sites

4 часа назад, TheBB сказал:
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 homekit python3-tzlocal

Огромное спасибо!

Всё поставилось!

Link to comment
Share on other sites

В 26.01.2022 в 20:31, Kelebro сказал:

При установке cryptography выдает ошибку что нужен Rust compiler, который (судя по https://github.com/rust-lang/rustup/issues/1272) похоже не так просто поставить.

Совсем не просто, но... можете попытать счастья с rustc-dev_1.58.0-1_mipsel-3.4.ipk (as is)

Скрытый текст
~ # rustc -V
rustc: error while loading shared libraries: librustc_driver-60b53241c018fc31.so: cannot open shared object file: No such file or directory
~ # ldconfig 
~ # 
~ # rustc -V
rustc 1.58.0-nightly
~ # 
~ # cargo -V
cargo 1.58.0
~ # 
~ # rustc --print cfg
debug_assertions
panic="unwind"
target_abi=""
target_arch="mips"
target_endian="little"
target_env="gnu"
target_family="unix"
target_has_atomic="16"
target_has_atomic="32"
target_has_atomic="8"
target_has_atomic="ptr"
target_has_atomic_equal_alignment="16"
target_has_atomic_equal_alignment="32"
target_has_atomic_equal_alignment="8"
target_has_atomic_equal_alignment="ptr"
target_has_atomic_load_store="16"
target_has_atomic_load_store="32"
target_has_atomic_load_store="8"
target_has_atomic_load_store="ptr"
target_os="linux"
target_pointer_width="32"
target_thread_local
target_vendor="unknown"
unix
~ #

 

 

  • Thanks 1
Link to comment
Share on other sites

Прошу прощения, тема по Entware закрыта, у меня вопрос связанный с деятельностью HA, точнее с последствиями, а именно с местом. Я пытался поставить пакет для проверки работы интеграции и он не ставится из-за отсутствия места! Якобы отсутствия. При этом вывод у df вот такой:

Скрытый текст

df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/root                20480     20480         0 100% /
tmpfs                   257036         0    257036   0% /dev
tmpfs                   257036       444    256592   0% /tmp
/dev/ubi0_0              27868        24     26388   0% /storage
/dev/sda1            958466496 935493648         0 100% /tmp/mnt/8c7ad6ea-0f13-4b2b-bf0c-73e313784bda
/dev/sda1            958466496 935493648         0 100% /opt


 

Я понимаю, что я завис на чем-то очевидном, но я ничего не понимаю, как могло кончится место, если у меня сам роутер показывает 890 гб из 914 гб свободно, да и тут в байтах еще видна разница, но забито при этом якобы 100%.

mc показывает свободным те самые 24 гб.

Пакеты же также ставятся на сам жесткий диск. Там есть место, но его не видит система. Утилит по работе с ext4 не установлено, отключать диск не хочу, чтобы на локальном проверить.

Edited by SenatoR
Link to comment
Share on other sites

TheBB, спасибо за обновление,

поломали включение WebOS TV по WOL, пришлось подправить кое-какие автоматизации, остальное вроде всё работает.

Если не сложно обновите пожалуйста z2m до 1.23.0 - https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.23.0

Link to comment
Share on other sites

Благодарю вас за ответ! К сожалению, команда не дает никакого вывода. Тут даже утилита df не очень функциональная, ключа -i нет, иноды не посмотреть. lsof | grep delete дает пустой вывод, да и я перезагружал систему, то есть сбросились бы точно все кеши и файлы.

Тут какой-то принципиальный глюк именно с окружением /opt, никак не могу докопаться до сути.

Это просто дает много неудобств. Все пакеты ставятся только с --force-space и в любых процессах любая проверка места голосит о том, что его якобы нет. 

В 03.02.2022 в 22:10, Kelebro сказал:

Может проблема в удаленных, но залоченных файлах?

Так бывает в unix системах что файл удалился, но место не освободилось.

https://unix.stackexchange.com/questions/34140/tell-fs-to-free-space-from-deleted-files-now

Edited by SenatoR
Link to comment
Share on other sites

Добрый день. Последние 3-4 обновления сталкиваюсь с одной и той же проблемой. При установке любой интеграции через GUI, в окне установки пишет:

"Не удалось загрузить мастер настройки: undefined"

В логах пусто.

Ставил HA с нуля, бесполезно. На 2022.2.3 тоже самое. Прошивка роутера 3.5.10 (сток последний).

Edited by dancom
Link to comment
Share on other sites

26 минут назад, dancom сказал:

Добрый день. Последние 3-4 обновления сталкиваюсь с одной и той же проблемой. При установке любой интеграции через GUI, в окне установки пишет:

"Не удалось загрузить мастер настройки: undefined"

В логах пусто.

Ставил HA с нуля, бесполезно. На 2022.2.3 тоже самое. Прошивка роутера 3.5.10 (сток последний).

Вот, что в логах выцепил:

Скрытый текст

Logger: asyncio
Source: /opt/lib/python3.10/asyncio/base_events.py:1876
First occurred: 20:06:16 (91 occurrences)
Last logged: 20:14:15

  • Executing <Task finished name='Task-2323' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.130 seconds
  • Executing <Task pending name='Task-2317' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.119 seconds
  • Executing <Task pending name='Task-2344' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.128 seconds
  • Executing <Task pending name='Task-2344' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.595 seconds
  • Executing <Task finished name='Task-2350' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.083 seconds

Полный лог с рестарта и до попытки установки:

Скрытый текст
2022-02-08 20:06:01 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:101> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.134 seconds
2022-02-08 20:06:02 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-02-08 20:06:05 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:101> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.430 seconds
2022-02-08 20:06:05 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:101> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.160 seconds
2022-02-08 20:06:16 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-99' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 10.702 seconds
2022-02-08 20:06:17 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:101> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.112 seconds
2022-02-08 20:06:18 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-139' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-168' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.953 seconds
2022-02-08 20:06:19 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-127' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-178' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup(), <9 more>, Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.122 seconds
2022-02-08 20:06:21 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-185' coro=<async_setup.<locals>.setup_panel() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/config/__init__.py:43> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.581 seconds
2022-02-08 20:06:21 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-186' coro=<async_setup.<locals>.setup_panel() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/config/__init__.py:43> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.134 seconds
2022-02-08 20:06:22 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-190' coro=<async_setup.<locals>.setup_panel() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/config/__init__.py:43> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.108 seconds
2022-02-08 20:06:23 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-128' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-241' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 1.215 seconds
2022-02-08 20:06:27 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-135' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-252' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 3.443 seconds
2022-02-08 20:06:27 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-141' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.194 seconds
2022-02-08 20:06:29 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-259' coro=<async_get_integration_with_requirements() running at /opt/lib/python3.10/site-packages/homeassistant/requirements.py:83> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 1.387 seconds
2022-02-08 20:06:37 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-129' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-272' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 8.194 seconds
2022-02-08 20:06:38 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-129' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.561 seconds
2022-02-08 20:06:38 WARNING (MainThread) [homeassistant.setup] Setup of person is taking over 10 seconds.
2022-02-08 20:06:38 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-134' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-319' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.114 seconds
2022-02-08 20:06:39 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:101> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.213 seconds
2022-02-08 20:06:40 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-361' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 1.130 seconds
2022-02-08 20:06:41 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-372' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:174> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.161 seconds
2022-02-08 20:06:41 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-374' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.126 seconds
2022-02-08 20:06:41 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-376' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.181 seconds
2022-02-08 20:06:41 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-379' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.258 seconds
2022-02-08 20:06:42 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-381' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.227 seconds
2022-02-08 20:06:42 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-383' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.143 seconds
2022-02-08 20:06:44 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-370' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:187> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.489 seconds
2022-02-08 20:06:44 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-375' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.475 seconds
2022-02-08 20:06:45 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-370' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.246 seconds
2022-02-08 20:06:46 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-378' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.147 seconds
2022-02-08 20:06:47 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-380' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.100 seconds
2022-02-08 20:06:50 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-363' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 2.897 seconds
2022-02-08 20:06:55 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-362' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:227> wait_for=<Task pending name='Task-675' coro=<Store._async_load() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/storage.py:116> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 5.105 seconds
2022-02-08 20:06:59 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-539' coro=<ConfigEntry.async_setup() done, defined at /opt/lib/python3.10/site-packages/homeassistant/config_entries.py:273> result=None created at /opt/lib/python3.10/asyncio/tasks.py:638> took 2.858 seconds
2022-02-08 20:07:00 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-373' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup(), Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.536 seconds
2022-02-08 20:07:01 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-700' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.903 seconds
2022-02-08 20:07:01 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-744' coro=<_handle_async_response() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:27> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.212 seconds
2022-02-08 20:07:02 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-782' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:156> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.448 seconds
2022-02-08 20:07:02 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-783' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:156> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.337 seconds
2022-02-08 20:07:03 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-782' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:187> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.122 seconds
2022-02-08 20:07:03 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-783' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:187> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.125 seconds
2022-02-08 20:07:03 WARNING (MainThread) [asyncio] Executing <TimerHandle when=70347.0883997 _ServiceBrowserBase._async_send_ready_queries_schedule_next() created at /opt/lib/python3.10/site-packages/zeroconf/_services/browser.py:479> took 0.146 seconds
2022-02-08 20:07:04 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:101> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.132 seconds
2022-02-08 20:07:04 WARNING (MainThread) [asyncio] Executing <Handle _SelectorDatagramTransport._read_ready() created at /opt/lib/python3.10/asyncio/selector_events.py:259> took 0.136 seconds
2022-02-08 20:07:05 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-700' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.530 seconds
2022-02-08 20:07:05 WARNING (MainThread) [asyncio] Executing <Handle _SelectorDatagramTransport._read_ready() created at /opt/lib/python3.10/asyncio/selector_events.py:259> took 0.137 seconds
2022-02-08 20:07:05 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-747' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.209 seconds
2022-02-08 20:07:06 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-748' coro=<_handle_async_response() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:27> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.210 seconds
2022-02-08 20:07:12 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-909' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:156> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 6.409 seconds
2022-02-08 20:07:14 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-910' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:156> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 2.153 seconds
2022-02-08 20:07:31 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-909' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:187> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.237 seconds
2022-02-08 20:07:32 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-910' coro=<async_get_component_strings() running at /opt/lib/python3.10/site-packages/homeassistant/helpers/translation.py:187> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.247 seconds
2022-02-08 20:07:32 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1' coro=<setup_and_run_hass() running at /opt/lib/python3.10/site-packages/homeassistant/runner.py:109> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[_run_until_complete_cb() at /opt/lib/python3.10/asyncio/base_events.py:184] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.187 seconds
2022-02-08 20:07:33 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-700' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.190 seconds
2022-02-08 20:07:33 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1678' coro=<gather_with_concurrency.<locals>.sem_task() running at /opt/lib/python3.10/site-packages/homeassistant/util/async_.py:183> wait_for=<Task pending name='Task-1680' coro=<FlowManager._async_init() running at /opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py:213> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:337> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.112 seconds
2022-02-08 20:07:33 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-706' coro=<WebSocketHandler._writer() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/http.py:76> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.111 seconds
2022-02-08 20:07:38 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1680' coro=<FlowManager._async_init() running at /opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py:221> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:337> took 4.436 seconds
2022-02-08 20:07:38 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-700' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.268 seconds
2022-02-08 20:07:38 ERROR (SyncWorker_0) [scapy.runtime] Cannot set filter: libpcap is not available. Cannot compile filter !
2022-02-08 20:07:38 ERROR (SyncWorker_0) [homeassistant.components.dhcp] Cannot watch for dhcp packets without a functional packet filter: libpcap is not available. Cannot compile filter !
2022-02-08 20:07:45 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1684' coro=<async_get_integration_with_requirements() running at /opt/lib/python3.10/site-packages/homeassistant/requirements.py:83> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 6.981 seconds
2022-02-08 20:07:48 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-1675' coro=<async_setup.<locals>._initialize() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/dhcp/__init__.py:105> result=None created at /opt/lib/python3.10/site-packages/homeassistant/core.py:438> took 3.266 seconds
2022-02-08 20:07:50 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-748' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 2.000 seconds
2022-02-08 20:07:54 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-1680' coro=<FlowManager._async_init() done, defined at /opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py:213> result=(<homeassistan... at 0x3ff32a8>, {'data_schema': None, 'description_placeholders': None, 'errors': None, 'flow_id': '5704b6492b41...7e5e92834def9', ...}) created at /opt/lib/python3.10/asyncio/tasks.py:337> took 3.292 seconds
2022-02-08 20:08:25 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1718' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.247 seconds
2022-02-08 20:08:26 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-1723' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.116 seconds
2022-02-08 20:08:27 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-1724' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.286 seconds
2022-02-08 20:08:27 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1718' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.315 seconds
2022-02-08 20:08:58 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1741' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.454 seconds
2022-02-08 20:09:00 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-1747' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.068 seconds
2022-02-08 20:09:18 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1741' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.115 seconds
2022-02-08 20:09:18 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1759' coro=<_handle_async_response() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:27> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.336 seconds
2022-02-08 20:09:23 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1838' coro=<ConfigEntry.async_setup() running at /opt/lib/python3.10/site-packages/homeassistant/config_entries.py:327> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> cb=[gather.<locals>._done_callback() at /opt/lib/python3.10/asyncio/tasks.py:718] created at /opt/lib/python3.10/asyncio/tasks.py:638> took 0.428 seconds
2022-02-08 20:09:24 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1903' coro=<_async_setup_component() running at /opt/lib/python3.10/site-packages/homeassistant/setup.py:257> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/homeassistant/core.py:470> took 0.319 seconds
2022-02-08 20:09:25 WARNING (SyncWorker_3) [pychromecast.dial] Failed to determine cast type
2022-02-08 20:09:25 ERROR (Thread-5) [pychromecast.socket_client] [Model-X2-60(192.168.10.60):8009] Failed to connect to service ServiceInfo(type='mdns', data='Model-X2-60._googlecast._tcp.local.'), retrying in 5.0s
2022-02-08 20:09:29 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1741' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.143 seconds
2022-02-08 20:09:30 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1741' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.166 seconds
2022-02-08 20:09:32 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-1950' coro=<_handle_async_response() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:27> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.453 seconds
2022-02-08 20:10:06 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2036' coro=<_handle_async_response() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:27> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.364 seconds
2022-02-08 20:10:29 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2117' coro=<FlowManager._async_init() running at /opt/lib/python3.10/site-packages/homeassistant/data_entry_flow.py:221> wait_for=<Future pending cb=[_chain_future.<locals>._call_check_cancel() at /opt/lib/python3.10/asyncio/futures.py:384, Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:337> took 5.729 seconds
2022-02-08 20:11:03 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2135' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.887 seconds
2022-02-08 20:11:03 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2136' coro=<WebSocketHandler._writer() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/http.py:76> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.108 seconds
2022-02-08 20:11:04 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2140' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.214 seconds
2022-02-08 20:11:06 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2141' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.899 seconds
2022-02-08 20:11:53 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2170' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.148 seconds
2022-02-08 20:11:54 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2170' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.749 seconds
2022-02-08 20:11:55 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2176' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.094 seconds
2022-02-08 20:12:37 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2206' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.488 seconds
2022-02-08 20:12:38 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2212' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.069 seconds
2022-02-08 20:12:38 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2206' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.133 seconds
2022-02-08 20:12:48 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2206' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.100 seconds
2022-02-08 20:12:49 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2225' coro=<_handle_async_response() running at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:27> wait_for=<_GatheringFuture pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/tasks.py:663> created at /opt/lib/python3.10/asyncio/tasks.py:337> took 0.337 seconds
2022-02-08 20:13:35 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2317' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.613 seconds
2022-02-08 20:13:36 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2323' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.130 seconds
2022-02-08 20:13:36 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2317' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.119 seconds
2022-02-08 20:14:14 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2344' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.128 seconds
2022-02-08 20:14:14 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2344' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.595 seconds
2022-02-08 20:14:15 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2350' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.083 seconds
2022-02-08 20:17:11 WARNING (MainThread) [asyncio] Executing <Task pending name='Task-2418' coro=<RequestHandler._handle_request() running at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:435> wait_for=<Future pending cb=[Task.task_wakeup()] created at /opt/lib/python3.10/asyncio/base_events.py:424> cb=[Task.task_wakeup()] created at /opt/lib/python3.10/site-packages/aiohttp/web_protocol.py:510> took 0.626 seconds
2022-02-08 20:17:12 WARNING (MainThread) [asyncio] Executing <Task finished name='Task-2424' coro=<_handle_async_response() done, defined at /opt/lib/python3.10/site-packages/homeassistant/components/websocket_api/decorators.py:19> result=None created at /opt/lib/python3.10/asyncio/tasks.py:337> took 1.080 seconds

Также не устанавливается последний hacs через добавление в папку "custom-components". Сервер заводится кое-как, но значка HACS на панели нет.

Edited by dancom
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...